summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 17:00:36 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 17:00:36 +0000
commit6d403febc6fe6c29728d013280756f7951f195db (patch)
tree140790c26ee6c1e717409637cdfeaccf5034ffb1 /util/epist/screen.hh
parent7d67f8557b3254aeb370a995f417c86606e8a67d (diff)
let you specify the class for cycling windows per 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 1f0a3875..4c3a47c2 100644
--- a/util/epist/screen.hh
+++ b/util/epist/screen.hh
@@ -74,7 +74,8 @@ public:
void handleKeypress(const XEvent &e);
void cycleWindow(const bool forward, const bool alldesktops = false,
- const bool sameclass = false) const;
+ const bool sameclass = false,
+ const std::string &classname = "") const;
void cycleWorkspace(const bool forward, const bool loop = true) const;
void changeWorkspace(const int num) const;
void toggleShaded(const Window win) const;