diff options
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 5 |
1 files changed, 3 insertions, 2 deletions
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; }; |
