mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 02:50:41 -05:00
6f84fb0a24
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> |
||
---|---|---|
.. | ||
clutter | ||
meson.build |