From f586e55a8cd3d740a1b7b3a0801bad27030926f9 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Fri, 19 Jul 2002 13:11:27 +0000 Subject: Added an action class and started the even handler. --- util/epist/screen.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/screen.hh') 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 -- cgit v1.2.3