]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
clarify an incorrect comment, and make some funcs const
[chaz/openbox] / otk / eventdispatcher.hh
index 6a66afd1e632c23ef85eb7fcd48bbbe1246ff763..97f86564ac6ff30f472bb74ac07d5597a66efbf0 100644 (file)
@@ -38,14 +38,11 @@ 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;
 
-  void dispatch(const XEvent &e);
+  void dispatch(Window win, const XEvent &e);
 };
 
 }
This page took 0.021569 seconds and 4 git commands to generate.