]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
focus works
[chaz/openbox] / otk / eventdispatcher.hh
index a9b5af7b2997056a3831decf5b230fb822f189b7..f0e23c8f9ce4d68ee2789429bda842f9c94ce725 100644 (file)
@@ -36,9 +36,13 @@ private:
   OtkEventMap _map;
   OtkEventHandler *_fallback;
   OtkEventHandler *_master;
+  Window _focus;
+  XEvent _focus_e;
 
   //! The time at which the last XEvent with a time was received
   Time _lasttime; // XXX: store this! also provide an accessor!
+
+  void dispatch(const XEvent &e);
 };
 
 }
This page took 0.024347 seconds and 4 git commands to generate.