mirror of
https://github.com/brl/mutter.git
synced 2025-02-10 18:34:09 +00:00
![Carlos Garnacho](/assets/img/avatar_default.png)
Keep a per-display list of error traps, so we don't mix them together, and possibly deem unintended error traps outdated. This means init/deinit calls are now stackable, and need to happen evenly. In order to honor this, move the MetaX11Display error trap destrution to finalize. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3230>