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.hh | |
| parent | 06a80ce2c7a189e26063d5e4e475ca500778aba5 (diff) | |
HRM manageExisting() isnt working!
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
