mirror of
https://github.com/brl/mutter.git
synced 2025-03-21 10:43:53 +00:00

Updating the state before emitting the CLUTTER_LEAVE event allows its handlers to query the pointer actor, and avoid getting the same actor again. Conceptually, this makes picking more "atomic", and the events a notification of the change. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1654>