From 348c8bff112604da741b0e109bda9b5af7672db4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 10:03:42 +0000 Subject: add cycling of next/prev window of class --- util/epist/screen.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/epist/screen.hh') diff --git a/util/epist/screen.hh b/util/epist/screen.hh index af5c00d1..7e2e880d 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -70,7 +70,8 @@ public: void handleKeypress(const XEvent &e); - void cycleWindow(const bool forward, const bool alldesktops) const; + void cycleWindow(const bool forward, const bool alldesktops = false, + const bool sameclass = false) const; void cycleWorkspace(const bool forward, const bool loop = true) const; void changeWorkspace(const int num) const; void toggleShaded(const Window win) const; -- cgit v1.2.3