diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-19 13:11:27 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-19 13:11:27 +0000 |
| commit | f586e55a8cd3d740a1b7b3a0801bad27030926f9 (patch) | |
| tree | d9a6889fbb1f4088af2b56b3ddc0934acd7f2a26 /util/epist/screen.hh | |
| parent | 0326ac961fb82d8d7aab22e4da1859adeeceb2f7 (diff) | |
Added an action class and started the even handler.
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 54551aa3..8b7344d4 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -62,6 +62,10 @@ public: inline bool managed() const { return _managed; } void processEvent(const XEvent &e); + + void handleKeypress(const XEvent &e); + + void cycleWorkspace(const bool forward); }; #endif // __screen_hh |
