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.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen.hh') diff --git a/src/screen.hh b/src/screen.hh index c20e676f..91295f32 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -74,8 +74,6 @@ private: StrutList _struts; - //! Manage any pre-existing windows on the screen - void manageExisting(); //! Calculate the OBScreen::_area member void calcArea(); //! Set the client list on the root window @@ -119,6 +117,8 @@ public: //! Loads a new style on the screen void loadStyle(const otk::Configuration &config); + //! Manage any pre-existing windows on the screen + void manageExisting(); //! Manage a client window /*! This gives the window a frame, reparents it, selects events on it, etc. -- cgit v1.2.3