X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;fp=util%2Fepist%2Fscreen.hh;h=42e685de87a7a81dddcce4d5b6ce191cee51a254;hb=b4411cb1ef1c25a287181b570e974545e1010530;hp=06b2cb0936d398b81333f82719bf45f08f5da1a5;hpb=a939bb6e41772ffd4fe75f0c73ae79db237ca979;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 06b2cb09..42e685de 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -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