mutter/src
Jonas Ådahl 518fb9fb5e backends: Split monitor manager creation into create and setup
The monitor manager instance was created and setup in one step; at
construction. This is problematic if, in the future, the monitor manager
creation can fail, as the monitor manager is created quite late.

To make it possible to in the future fail creating a monitor manager,
create the instance very early when initiating the backend, then on
post init backend setup, "setup" the monitor manager state, i.e. read
the current state and setup the stage.

https://bugzilla.gnome.org/show_bug.cgi?id=785381
2017-10-05 16:18:43 -04:00
..
backends backends: Split monitor manager creation into create and setup 2017-10-05 16:18:43 -04:00
compositor window-actor: Use monitor API to get frame message refresh rate 2017-10-05 16:18:43 -04:00
core x11: Add support for _GTK_EDGE_CONSTRAINTS atom 2017-10-03 19:38:32 -03:00
meta backend: Remove meta_backend_get_ui_scaling_factor 2017-09-26 17:46:49 +02:00
tests backends/crtc: Keep a pointer to the monitor manager 2017-10-05 16:18:43 -04:00
ui window: Allow resizing of tiled windows 2017-10-03 19:38:31 -03:00
wayland wayland-dma-buf: Don't send modifiers to old clients 2017-10-05 10:51:06 -04:00
x11 x11: Add support for _GTK_EDGE_CONSTRAINTS atom 2017-10-03 19:38:32 -03:00
.cvsignore Install desktop files in both .../share/applications and 2008-09-12 04:05:17 +00:00
libmutter.pc.in Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
Makefile-tests.am src/Makefile-tests.am: Remove reference to non-existing file 2017-09-02 11:09:28 +08:00
Makefile.am backends/x11: Move CRTC code to its own file 2017-10-05 16:18:43 -04:00
meta-enum-types.c.in Install enum types 2015-07-05 22:01:59 -07:00
meta-enum-types.h.in Install enum types 2015-07-05 22:01:59 -07: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 Remove old monitor configuration system 2017-08-21 12:20:53 +08:00
org.gnome.Mutter.IdleMonitor.xml Rename the DBus interface files 2014-03-31 23:44:46 -04:00
org.gnome.Mutter.RemoteDesktop.xml Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
org.gnome.Mutter.ScreenCast.xml screen-cast-stream: Add stream parameters 2017-09-20 18:27:57 +08:00