diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-19 16:51:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-19 16:51:02 +0000 |
commit | 9902a67094c3f1d8d7f3e5ede4242ed51cc9a4f9 (patch) | |
tree | 069d103cb4c6cbb3d99d8e4469f8e775db3b02b5 /ChangeLog.pre-2-2 | |
parent | defdebc5cd4749c59b8f024674eca14ed6c220b4 (diff) | |
download | gdk-pixbuf-9902a67094c3f1d8d7f3e5ede4242ed51cc9a4f9.tar.gz |
Call the filters on the window where the event is received, not on the
Thu Dec 19 11:42:00 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
the filters on the window where the event is received,
not on the window the event is "about". (#101512,
Bolian Yin.)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8f98ebf0f..02cc399e1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +Thu Dec 19 11:42:00 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call + the filters on the window where the event is received, + not on the window the event is "about". (#101512, + Bolian Yin.) + Thu Dec 19 03:58:36 2002 Kristian Rietveld <kris@gtk.org> * tests/testtreeflow.c: the rand variable should be static to |