mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 16:14:10 +00:00
53b6d4abb1
Since the last commit, ClutterStage automatically cancels an implicit grab (including all its ClutterActions) when a conflicting ClutterGrab appears. This means we no longer have to look out for GRAB_NOTIFY crossings in ClutterGestureAction and can instead depend on the sequence_cancelled() vfunc for this. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2342>