diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-07 09:30:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-07 09:30:00 +0000 |
| commit | 6062fe404ce5f2505494132d5454370d696625ca (patch) | |
| tree | 36c73bd4e97415ce4570b3801b49786e257e754b /otk/eventdispatcher.hh | |
| parent | f1ce4e660fe96816a699a89746a6105eca09babd (diff) | |
handle unmaps better. all thanks to acroread sending wacky unmap events
Diffstat (limited to 'otk/eventdispatcher.hh')
| -rw-r--r-- | otk/eventdispatcher.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index 6a66afd1..caf33ad0 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -45,7 +45,7 @@ private: //! The time at which the last XEvent with a time was received Time _lasttime; - void dispatch(const XEvent &e); + void dispatch(Window win, const XEvent &e); }; } |
