X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.hh;h=63e4ff2913ae733579bb399d0b9c9162e7dd9afd;hb=bd748f74022019c4c9ee3e078afcef14cf47d370;hp=6a66afd1e632c23ef85eb7fcd48bbbe1246ff763;hpb=8c4357fccb29b1c4ddf560748b7e0b3e7285050a;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index 6a66afd1..63e4ff29 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -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); }; }