diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2003-08-04 15:27:49 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-08-04 15:27:49 +0000 |
commit | b9987ad725de709fb4dc07a9046cd562635f1b85 (patch) | |
tree | 9c8e78755665818c36118143fdebbf3c784b3922 /ChangeLog.pre-2-4 | |
parent | e5d0f500c63607da05b84f0a0374e887ff418027 (diff) | |
download | gtk+-b9987ad725de709fb4dc07a9046cd562635f1b85.tar.gz |
2003-08-04 Tor Lillqvist <tml@iki.fi
* gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
actually use the passed-in filter list. The function also needs a
GdkWindow parameter, as filter functions expect
GdkEvent::any.window to be valid. (#119034, Hans Breuer)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 46dade2386..13bbeb1776 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2003-08-04 Tor Lillqvist <tml@iki.fi + + * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino: + actually use the passed-in filter list. The function also needs a + GdkWindow parameter, as filter functions expect + GdkEvent::any.window to be valid. (#119034, Hans Breuer) + 2003-08-03 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): |