X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=55b0babd04f4147cb0d09dce19f30fbf6243c435;hb=b94699afc339c469534521c44470aa6d19e5b4cc;hp=06b2cb0936d398b81333f82719bf45f08f5da1a5;hpb=a0e50e15b507f1f8752bd7858c9e758265a34fc4;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 06b2cb09..55b0babd 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -65,7 +65,10 @@ public: void handleKeypress(const XEvent &e); - void cycleWorkspace(const bool forward); + void cycleWindow(const bool forward) const; + void cycleWorkspace(const bool forward) const; + void changeWorkspace(const int num) const; + void toggleShaded(const Window win) const; }; #endif // __screen_hh