mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Florian Müllner
f38c1f6ab4
window: Fix delayed mouse mode on X
On X, basing the check whether the pointer is on the window on Clutter events does not work, as the relevant events are handled by GDK instead. So add an X-specific window_has_pointer() implementation to also fix mouse mode when running as X compositor. https://bugzilla.gnome.org/show_bug.cgi?id=730541
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%