diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-31 19:15:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-31 19:15:24 +0000 |
| commit | 745e840547b5443ecfb9b6f0a4f14b0d035d59c2 (patch) | |
| tree | e20da017ab6d93775136f0cd2267a25f7c83f8d6 /src/screen.hh | |
| parent | 1161a90a70b21d3064a9dee62c72dd4be3025ada (diff) | |
load config options from the python environment
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/screen.hh b/src/screen.hh index 37f22d88..14e81111 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -100,7 +100,7 @@ private: public: #ifndef SWIG //! Constructs a new OBScreen object - OBScreen(int screen, const otk::Configuration &config); + OBScreen(int screen); //! Destroys the OBScreen object virtual ~OBScreen(); #endif @@ -125,9 +125,6 @@ public: //! Removes a window's strut from the screen's list of reserved spaces void removeStrut(otk::Strut *strut); - //! 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 |
