X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fscreen.hh;h=14e81111a427e6fe6fe3e3fe8597a13279da7b83;hb=9823b821f5623ef2ad182f914e07a97a93f3952e;hp=37f22d88a067eb59c97c83b8823e16358bcc1a25;hpb=2ae2b257d39ea62640c2590f794e4275c6db1cd4;p=chaz%2Fopenbox 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