color-manager: Create color devices also for virtual monitors
We will need color devices on all monitors soon. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3904>
This commit is contained in:
@ -174,9 +174,6 @@ update_devices (MetaColorManager *color_manager)
|
|||||||
g_autofree char *stolen_monitor_id = NULL;
|
g_autofree char *stolen_monitor_id = NULL;
|
||||||
MetaColorDevice *color_device;
|
MetaColorDevice *color_device;
|
||||||
|
|
||||||
if (meta_monitor_is_virtual (monitor))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
monitor_id = generate_monitor_id (monitor);
|
monitor_id = generate_monitor_id (monitor);
|
||||||
|
|
||||||
if (priv->devices &&
|
if (priv->devices &&
|
||||||
|
Reference in New Issue
Block a user