X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.hh;h=28741d95bff9d942d46689501a371385824e0c92;hb=9860b76c50e5ecacc85921539058eab4c655c38d;hp=5e7a1fe484fff6400aa84a7005879c64d567cb07;hpb=e53fbcf092c40b22ccc4c5f23795e12c9862c338;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index 5e7a1fe4..28741d95 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -28,6 +28,8 @@ private: OtkEventMap _map; OtkEventHandler *_fallback; + //! The time at which the last XEvent with a time was received + Time _lasttime; // XXX: store this! also provide an accessor! }; }