X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FScreen.hh;h=9f0834192efd465c49512d9581ec3c3d6ca112f5;hb=256bcbed81015bafe8f89340e5cab9114c91b930;hp=8f7a26e9c2d69cf9491df99731dab9ff5af9817a;hpb=daaac0dfe24d92bea54cd5ddee46861a1fe733bd;p=chaz%2Fopenbox diff --git a/src/Screen.hh b/src/Screen.hh index 8f7a26e9..9f083419 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -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);