mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Jasper St. Pierre
c8cc4344f2
events: Only process Enter/Leave events when in the normal route
This prevents issues from happening when processing Enter/Leave events while in another kind of grab op like a Wayland popup or resizing a window. This can't ever really happen except outside of a race condition, with the X server, since we won't ever pass input events to the X server in any of these cases, but it can't hurt to be more correct about what the intended operation is.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%