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/openbox.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openbox.cc') diff --git a/src/openbox.cc b/src/openbox.cc index e4dd5cb6..5e0bff0c 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -129,6 +129,8 @@ Openbox::Openbox(int argc, char **argv) // initialize all the screens _screens.push_back(new OBScreen(0, _config)); + _screens[0]->manageExisting(); + // XXX: "change to" the first workspace on the screen to initialize stuff _state = State_Normal; // done starting } -- cgit v1.2.3