summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/screen.hh')
-rw-r--r--util/epist/screen.hh4
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