From bd748f74022019c4c9ee3e078afcef14cf47d370 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 07:41:17 +0000 Subject: rework focus event handling. does it basically like ob2 did now. and it seems to work too :> --- 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 97f86564..63e4ff29 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -38,11 +38,13 @@ private: OtkEventMap _map; OtkEventHandler *_fallback; OtkEventHandler *_master; + Window _focus; //! The time at which the last XEvent with a time was received Time _lasttime; void dispatch(Window win, const XEvent &e); + void dispatchFocus(const XEvent &e); }; } -- cgit v1.2.3