diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-08 05:26:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-08 05:26:49 +0000 |
| commit | 9bfc9778271734e56e381afca74e7e50f6334f04 (patch) | |
| tree | 84558a8abe219bb09a869080e4677f33a62794a9 /otk/eventdispatcher.hh | |
| parent | 43c0dc42aab36a68908ce76d2c5461c9d0f80730 (diff) | |
make focus work without races.
Diffstat (limited to 'otk/eventdispatcher.hh')
| -rw-r--r-- | otk/eventdispatcher.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index caf33ad0..97f86564 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -38,9 +38,6 @@ private: OtkEventMap _map; OtkEventHandler *_fallback; OtkEventHandler *_master; - Window _focus; - XEvent _focus_e; - XEvent _crossing_e; //! The time at which the last XEvent with a time was received Time _lasttime; |
