From 1d897f432e54400cb2a0e1499712782b336fd728 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 17 Nov 2002 09:41:58 +0000 Subject: add the config header and emacs comment to all the .cc's --- otk/eventdispatcher.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/eventdispatcher.hh') 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! }; } -- cgit v1.2.3