mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Carlos Garnacho](/assets/img/avatar_default.png)
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>