summaryrefslogtreecommitdiff
path: root/src/screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.cc')
-rw-r--r--src/screen.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/screen.cc b/src/screen.cc
index 3c63aa34..2da8c77a 100644
--- a/src/screen.cc
+++ b/src/screen.cc
@@ -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))) {