]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
no more gloabsl
[chaz/openbox] / src / screen.hh
index 37f22d88a067eb59c97c83b8823e16358bcc1a25..14e81111a427e6fe6fe3e3fe8597a13279da7b83 100644 (file)
@@ -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
This page took 0.027784 seconds and 4 git commands to generate.