]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
changing the number of workspaces in the rc does something without restarting now!
[chaz/openbox] / src / Screen.hh
index 8f7a26e9c2d69cf9491df99731dab9ff5af9817a..9f0834192efd465c49512d9581ec3c3d6ca112f5 100644 (file)
@@ -267,6 +267,8 @@ public:
   inline int getColPlacementDirection(void) const
   { return resource.col_direction; }
 
+  void changeWorkspaceCount(unsigned int new_count);
+  
   inline void setRootColormapInstalled(bool r) { root_colormap_installed = r; }
   void saveSloppyFocus(bool s);
   void saveAutoRaise(bool a);
@@ -320,9 +322,6 @@ public:
   void addNetizen(Netizen *n);
   void removeNetizen(Window w);
 
-  void addDesktopWindow(Window window);
-  void removeDesktopWindow(Window window);
-
   void addSystrayWindow(Window window);
   void removeSystrayWindow(Window window);
 
This page took 0.023125 seconds and 4 git commands to generate.