X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fxeventhandler.cc;h=ca9be143965467823eb67641bf185274c40e8bf3;hb=8b041e2f5c2edc6d295697d129cbc65b9bb2c6b7;hp=8d2d326b20d772e10b7300f084e31992ca2f4ea4;hpb=378ed4f520242b9dbdbd422edd81b10620f031f9;p=chaz%2Fopenbox diff --git a/src/xeventhandler.cc b/src/xeventhandler.cc index 8d2d326b..ca9be143 100644 --- a/src/xeventhandler.cc +++ b/src/xeventhandler.cc @@ -118,7 +118,7 @@ void OBXEventHandler::configureRequest(const XConfigureRequestEvent &e) } -// XXX: put this into the OBScreen class! +// XXX: put this into the OBScreen or OBClient class! static void manageWindow(Window window) { OBClient *client = 0; @@ -168,9 +168,10 @@ static void manageWindow(Window window) /// XMapSubwindows(otk::OBDisplay::display, FRAMEWINDOW); XMapWindow(otk::OBDisplay::display, window); - // handle any requested states such as shaded/maximized + // XXX: 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?