From 6d403febc6fe6c29728d013280756f7951f195db Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 17:00:36 +0000 Subject: let you specify the class for cycling windows per 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 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; -- cgit v1.2.3