]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
Added changeWorkspace() and a broken toggleShaded()
[chaz/openbox] / util / epist / screen.hh
index 06b2cb0936d398b81333f82719bf45f08f5da1a5..42e685de87a7a81dddcce4d5b6ce191cee51a254 100644 (file)
@@ -65,7 +65,9 @@ public:
 
   void handleKeypress(const XEvent &e);
 
-  void cycleWorkspace(const bool forward);
+  void cycleWorkspace(const bool forward)const;
+  void changeWorkspace(const int num)const;
+  void toggleShaded(const Window win) const;
 };
 
 #endif // __screen_hh
This page took 0.021879 seconds and 4 git commands to generate.