1
0
Fork 0
mutter-performance-source/src
Niels De Graef b82fa2c610 meta-launcher: g_propagate_*_error takes ownership
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.
2019-02-12 09:41:04 +01:00
..
backends meta-launcher: g_propagate_*_error takes ownership 2019-02-12 09:41:04 +01:00
compositor shaped-texture: Add support for viewports 2019-02-06 12:24:02 +00:00
core boxes: Add API to crop and scale a MetaRectangle 2019-02-06 12:24:02 +00:00
meta ui: Remove fallback app menu 2019-01-30 18:39:42 +00:00
tests meta/tests: Remove commented lines 2018-12-20 13:52:35 -02:00
ui ui: Remove fallback app menu 2019-01-30 18:39:42 +00:00
wayland wayland/surface: Add support for wp_viewporter 2019-02-06 12:24:03 +00:00
x11 Fix builds with G_DISABLE_ASSERT 2019-01-25 09:43:06 +01:00
libmutter.pc.in build: Fix libs and cflags in autotools .pc file 2018-11-10 16:20:46 +00:00
meson.build wayland/surface: Add support for wp_viewporter 2019-02-06 12:24:03 +00:00
meta-marshal.list renderer-native: Add hardware presentation timing 2018-11-23 11:01:30 +00:00
org.freedesktop.login1.xml MetaLauncher: Don't g_error() on failure 2015-11-06 17:03:59 -05:00
org.gnome.Mutter.DisplayConfig.xml fixed typo 2018-07-24 13:16:36 +00:00
org.gnome.Mutter.IdleMonitor.xml idle-monitor: Add ResetIdletime API, for testing purposes 2018-04-16 13:28:03 +02:00
org.gnome.Mutter.RemoteDesktop.xml remote-desktop, screen-cast: Add version number to D-Bus APIs 2018-02-23 19:33:31 +08:00
org.gnome.Mutter.ScreenCast.xml screen-cast: Add 'cursor-mode' to allow decoupled cursor updates 2019-01-16 17:09:51 +00:00