From 6062fe404ce5f2505494132d5454370d696625ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 Jan 2003 09:30:00 +0000 Subject: handle unmaps better. all thanks to acroread sending wacky unmap events --- otk/eventdispatcher.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/eventdispatcher.hh') 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); }; } -- cgit v1.2.3