]> Pileus Git - ~andy/gtk/commit
Don't enforce property change events on the root window
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2009 05:54:43 +0000 (01:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2009 05:54:43 +0000 (01:54 -0400)
commit4fc49fd8db02e37993860289a350c9d1e96910b5
tree81646a6d31b005813b4a72639e4c8e1278718118
parent038dfa53d0c1506ee86fc420f7d39b593d6cbeea
Don't enforce property change events on the root window

The code in gdk_x11_window_set_events is only meant to enforce
property change events on child windows. Pointed out in bug 531490.
gdk/x11/gdkwindow-x11.c