mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 06:45:03 +00:00

It might not be there when shutting down, so get it from a more managed place. Note that this isn't strictly needed right now, but eventually, the MetaWaylandCompositor pointer will be cleared using a g_clear*() helper, which clears the pointer before freeing the instance, which wouldn't work here. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1863>