]> Pileus Git - ~andy/gtk/commit
Avoid unintended side-effect in gdk_window_get_events
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2009 06:08:41 +0000 (02:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2009 16:14:04 +0000 (12:14 -0400)
commit52325ccd669ebd24de873bb0949d68d6dad17fb0
tree7c4bed8084bb1f31ac2d74a0714c91679501fb77
parent5d8a4f78aba64aea32d3bad8a3a8a1e1fd2bf361
Avoid unintended side-effect in gdk_window_get_events

Calling gdk_window_get_events() had the side-effect of letting
property change notification through to the application, which
was not intended. Now we keep StructureNotify and PropertyNotify
filtered out when they were before. Reported in bug 582003.
gdk/x11/gdkwindow-x11.c