diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-11 10:35:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-11 10:35:59 +0000 |
| commit | e503323dcf36c7b4c173ddc0cd302b8642361f48 (patch) | |
| tree | afe133bb8cd2e3fc3f04136f39fa8e3ae262ea33 /src/screen.cc | |
| parent | 06a80ce2c7a189e26063d5e4e475ca500778aba5 (diff) | |
HRM manageExisting() isnt working!
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 6 |
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))) { |
