]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
fix \'s
[chaz/openbox] / otk / eventdispatcher.hh
index a55b5b82824666573249b0cbd5302ea47ae10941..c62e24b925c19e3d6a19ea48b3c5c54e446cca33 100644 (file)
@@ -31,19 +31,19 @@ public:
   otk::OtkEventHandler *getMasterHandler(void) const { return _master; }
 
   otk::OtkEventHandler *findHandler(Window win);
+
+  inline Time lastTime() const { return _lasttime; }
   
 private:
   OtkEventMap _map;
   OtkEventHandler *_fallback;
   OtkEventHandler *_master;
-  Window _focus;
-  XEvent _focus_e;
-  XEvent _crossing_e;
 
   //! The time at which the last XEvent with a time was received
-  Time _lasttime; // XXX: store this! also provide an accessor!
+  Time _lasttime;
 
-  void dispatch(const XEvent &e);
+  void dispatch(Window win, const XEvent &e);
+  void dispatchFocus(const XEvent &e);
 };
 
 }
This page took 0.02014 seconds and 4 git commands to generate.