]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
rework focus event handling. does it basically like ob2 did now. and it seems to...
[chaz/openbox] / otk / eventdispatcher.hh
index 6a66afd1e632c23ef85eb7fcd48bbbe1246ff763..63e4ff2913ae733579bb399d0b9c9162e7dd9afd 100644 (file)
@@ -39,13 +39,12 @@ private:
   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);
+  void dispatchFocus(const XEvent &e);
 };
 
 }
This page took 0.024042 seconds and 4 git commands to generate.