summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 10:03:42 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 10:03:42 +0000
commit348c8bff112604da741b0e109bda9b5af7672db4 (patch)
tree6823b7160783e010c8232c55b7a9c8d64cab8043 /util/epist/screen.hh
parenta9dfa0439bd8d4f525d5b41a22a3eb14b94d1200 (diff)
add cycling of next/prev window of class
Diffstat (limited to 'util/epist/screen.hh')
-rw-r--r--util/epist/screen.hh3
1 files changed, 2 insertions, 1 deletions
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;