diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 17:00:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 17:00:36 +0000 |
| commit | 6d403febc6fe6c29728d013280756f7951f195db (patch) | |
| tree | 140790c26ee6c1e717409637cdfeaccf5034ffb1 /util/epist/screen.hh | |
| parent | 7d67f8557b3254aeb370a995f417c86606e8a67d (diff) | |
let you specify the class for cycling windows per class
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 3 |
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; |
