all repos — openbox @ 8a1989301d0420e70864274d6d719e35d3fcca7a

openbox fork - make it a bit more like ryudo

blef
Dana Jansens danakj@orodu.net
commit

8a1989301d0420e70864274d6d719e35d3fcca7a

parent

16c00e34f310707bc8a8afde5c884e904c2e04db

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/xeventhandler.ccsrc/xeventhandler.cc

@@ -118,7 +118,7 @@ */

} -// XXX: put this into the OBScreen class! +// XXX: put this into the OBScreen or OBClient class! static void manageWindow(Window window) { OBClient *client = 0;

@@ -171,6 +171,7 @@

// handle any requested states such as shaded/maximized } +// XXX: move this to the OBScreen or OBClient class! static void unmanageWindow(OBClient *client) { bool remap = false; // remap the window when we're done?