mirror of
https://github.com/brl/mutter.git
synced 2025-03-10 05:15:03 +00:00

The original purpose of being able to report errors is no longer relevant, since the Clutter backend is now practically a thin wrapper around the actual backend, which has already dealt with error reporting. Thus move this to the regular constructor path. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2016>