From c9be3ee06121bc4d0dec3586918607f18dabdb89 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 09:02:45 +0000 Subject: added window cycling --- util/epist/screen.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util/epist/screen.hh') 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; }; -- cgit v1.2.3