c58312e249
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>