mirror of
https://github.com/brl/mutter.git
synced 2025-03-17 00:35:03 +00:00

Since we want these accessed from bindings this must be a boxed type. This has the side effect of making ClutterGrab a refcounted object, since we want to avoid JS from pointing to freed memory and maybe causing crashes if misusing the object after dismiss. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2099>