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