mirror of
https://github.com/brl/mutter.git
synced 2025-02-06 16:44:10 +00:00
![Barnabás Pőcze](/assets/img/avatar_default.png)
Every `mtk_x11_error_trap_push()` must be paired with an `mtk_x11_error_trap_pop[_with_return]()` call otherwise all future errors will be caught and ignored even if they shouldn't be. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3328>