]> Dogcows Code - chaz/openbox/blobdiff - src/screen.cc
HRM manageExisting() isnt working!
[chaz/openbox] / src / screen.cc
index 3c63aa3489445276886f2a9cf35bfdb7bafae70e..2da8c77a11e4407fa92116aa1c418329cbb1ee0f 100644 (file)
@@ -92,10 +92,6 @@ OBScreen::OBScreen(int screen, const otk::Configuration &config)
   // the manageExising() function
   setClientList();     // initialize the client lists, which will be empty
   calcArea();          // initialize the available working area
-
-  manageExisting();
-
-  // XXX: "change to" the first workspace to initialize stuff
 }
 
 
@@ -331,7 +327,7 @@ void OBScreen::manageWindow(Window window)
   XWMHints *wmhint;
   XSetWindowAttributes attrib_set;
 
-  // XXX: manage the window, i.e. grab events n shit
+  printf("Managing Window: %lx\n", window);
 
   // is the window a docking app
   if ((wmhint = XGetWMHints(otk::OBDisplay::display, window))) {
This page took 0.023326 seconds and 4 git commands to generate.