mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
![Jonas Dreßler](/assets/img/avatar_default.png)
With the next commit, we'll need a list of all gestures that currently are active globally. Since actors and actions (and therefore also gestures) in Clutter are bound to a stage, it makes sense for this list to exist on the ClutterStage level. The list itself is a simple GPtrArray (to allow for quick searches) that doesn't reference the gestures and is not manipulated by the stage itself. All manipulation of the array is left to ClutterGestures. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2389>