mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
b82fa2c610
This means we need to make sure we don't accidentally free the provided source GError (which automatically happens with `g_autoptr`), so use `g_steal_pointer()`. This fixes an issue where, when launched in a bubblewrap environment (such as the one provided by Buildstream), mutter would give the following warning message: ``` mutter-WARNING **: 8:31:35:069: Can't initialize KMS backend: (null) ``` ... which isn't that useful when trying to debug the actual issue. |
||
---|---|---|
.. | ||
backends | ||
compositor | ||
core | ||
meta | ||
tests | ||
ui | ||
wayland | ||
x11 | ||
libmutter.pc.in | ||
meson.build | ||
meta-marshal.list | ||
org.freedesktop.login1.xml | ||
org.gnome.Mutter.DisplayConfig.xml | ||
org.gnome.Mutter.IdleMonitor.xml | ||
org.gnome.Mutter.RemoteDesktop.xml | ||
org.gnome.Mutter.ScreenCast.xml |