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