X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;fp=util%2Fepist%2Fscreen.hh;h=8b7344d4a476fadfd7edaf5eee875a31f1eb0e0c;hb=f586e55a8cd3d740a1b7b3a0801bad27030926f9;hp=54551aa3f32b27d89a204712f0ae316789fcb657;hpb=0326ac961fb82d8d7aab22e4da1859adeeceb2f7;p=chaz%2Fopenbox 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