summaryrefslogtreecommitdiff
path: root/otk/eventdispatcher.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-08 07:41:17 +0000
committerDana Jansens <danakj@orodu.net>2003-01-08 07:41:17 +0000
commitbd748f74022019c4c9ee3e078afcef14cf47d370 (patch)
tree310cf4948f3a6fd41aeb7af040451c695985a9b7 /otk/eventdispatcher.hh
parent3b4d453f908437cc0228eed9fbf742dbcc06630b (diff)
rework focus event handling. does it basically like ob2 did now. and it seems to work too :>
Diffstat (limited to 'otk/eventdispatcher.hh')
-rw-r--r--otk/eventdispatcher.hh2
1 files changed, 2 insertions, 0 deletions
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);
};
}