add an override_redirect InputOnly window utility.
authorMikael Magnusson <mikachu@comhem.se>
Sat, 1 Sep 2007 23:49:56 +0000 (01:49 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 2 Feb 2008 20:50:22 +0000 (21:50 +0100)
commit557f53ad23cb324c48a096d0c1e33bcbae72db14
treedf3842616e5961223d49c631b4a1669760548233
parent229f5212e71c34e829a82a67a40b8bf3d2b8b7f9
add an override_redirect InputOnly window utility.

The intent was the following:
 This is mostly a copy of override.c, it lets you map a small window
 (1x1 at 0,0 by default) that openbox will treat like the root window,
 useful for scrolling to change desktops over fullscreen and maximized
 windows.

Since then openbox has learned to ignore other's override redirect windows
but I think it might still be useful to have this util.
tests/overrideinputonly.c [new file with mode: 0644]