Owen W. Taylor
432ad0f451
Avoid clobbering the root window event mask
Calling gdk_window_get_events() then gdk_window_set_events() will remove "exotic" X event masks that GDK doesn't know about like SubstructureRedirectMask. A window manager that doesn't select for SubstructureRedirectMask on the root window is no longer really a window manager, so various Bad Things were happening. We can just piggy-back on Mutter selecting for PropertyNotify events on the root window, so removing the code works fine. http://bugzilla.gnome.org/show_bug.cgi?id=580572 (reported by Mike Bursell)
The file is empty.
Description
Languages
C
49.2%
JavaScript
47.4%
SCSS
1.4%
Meson
0.8%
Python
0.6%
Other
0.4%