diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:02:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:02:45 +0000 |
| commit | c9be3ee06121bc4d0dec3586918607f18dabdb89 (patch) | |
| tree | 11f376f2f3c12106b34fca52715df04d2a6274f4 /util/epist/screen.hh | |
| parent | 8e601e4a64b37f333fc3a5f844e4d72d6f289415 (diff) | |
added window cycling
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 42e685de..55b0babd 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -65,8 +65,9 @@ public: void handleKeypress(const XEvent &e); - void cycleWorkspace(const bool forward)const; - void changeWorkspace(const int num)const; + void cycleWindow(const bool forward) const; + void cycleWorkspace(const bool forward) const; + void changeWorkspace(const int num) const; void toggleShaded(const Window win) const; }; |
