]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
Added an action class and started the even handler.
[chaz/openbox] / util / epist / screen.hh
index 54551aa3f32b27d89a204712f0ae316789fcb657..8b7344d4a476fadfd7edaf5eee875a31f1eb0e0c 100644 (file)
@@ -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
This page took 0.02223 seconds and 4 git commands to generate.