X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=42e685de87a7a81dddcce4d5b6ce191cee51a254;hb=7d153b742bcdf4056ac5e70f8d039f13c12319b7;hp=06b2cb0936d398b81333f82719bf45f08f5da1a5;hpb=a0e50e15b507f1f8752bd7858c9e758265a34fc4;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