X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.hh;h=a55b5b82824666573249b0cbd5302ea47ae10941;hb=c9ca0e797de3f8b67b47333476a98b18445cdb67;hp=f0e23c8f9ce4d68ee2789429bda842f9c94ce725;hpb=150c28620e1f14b7249038068bccca9563526377;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index f0e23c8f..a55b5b82 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -38,6 +38,7 @@ private: 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!