]> Dogcows Code - chaz/openbox/blobdiff - src/xeventhandler.cc
add updateIconTitle
[chaz/openbox] / src / xeventhandler.cc
index 8d2d326b20d772e10b7300f084e31992ca2f4ea4..ca9be143965467823eb67641bf185274c40e8bf3 100644 (file)
@@ -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?
This page took 0.02124 seconds and 4 git commands to generate.