mutter/src/backends/native
Rui Matos b3821c4f90 monitor-manager: Don't try to match the outputs on hotplug
meta_monitor_config_match_current() only matches the number of outputs
and if the output connector, vendor, product and serial match.

In the X backend, this means that we can't use it to bypass doing any
work because it won't detect cases where we actually want to update
ourselves like e.g. an output being turned off either by us or by
another X client (e.g. xrandr).

In the native backend, unlike the xrandr backend, we only get called
on real hotplug events and thus should always trigger the common
hotplug code to (possibly) apply a new mode so the check is pointless
anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=738630
2014-10-16 20:39:16 +02:00
..
dbus-utils.c launcher: Replace mutter-launch with logind integration 2014-05-19 15:09:23 -04:00
dbus-utils.h launcher: Replace mutter-launch with logind integration 2014-05-19 15:09:23 -04:00
meta-backend-native.c backend: Fix minor comment 2014-10-12 13:41:03 -07:00
meta-backend-native.h backends: Move most of the code from meta_backend_init into the subclasses 2014-04-21 20:25:21 -04:00
meta-cursor-renderer-native.c Support for hardware cursor sizes other than 64x64 on wayland 2014-09-24 15:42:17 -06:00
meta-cursor-renderer-native.h Support for hardware cursor sizes other than 64x64 on wayland 2014-09-24 15:42:17 -06:00
meta-idle-monitor-native.c idle-monitor-native: Remove another copy/paste error 2014-04-01 16:01:06 -04:00
meta-idle-monitor-native.h Start creating different subdirectories for each backend 2014-03-31 23:44:47 -04:00
meta-launcher.c Conditionalize Wayland support again 2014-08-13 20:28:22 -04:00
meta-launcher.h launcher: Move activate_session abstraction into the launcher code 2014-04-22 17:42:13 -04:00
meta-monitor-manager-kms.c monitor-manager: Don't try to match the outputs on hotplug 2014-10-16 20:39:16 +02:00
meta-monitor-manager-kms.h Start creating different subdirectories for each backend 2014-03-31 23:44:47 -04:00