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>
Thu, 14 Feb 2008 10:44:50 +0000 (11:44 +0100)
commit092c053e99c06335027934bdc9f0203d8969447f
treea446a074ef73f4743bddde7076bfbf2a16095f37
parent5e204525de4f55fb16bf27756e0b1d4f7b08d3d9
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]