From e503323dcf36c7b4c173ddc0cd302b8642361f48 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Nov 2002 10:35:59 +0000 Subject: HRM manageExisting() isnt working! --- src/screen.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/screen.cc') 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))) { -- cgit v1.2.3