mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
backends/dummy: Set scale of dummy output
To make the nested compositor mode work again after "backends/native: Calculate the output scale in here", set the scale when creating the dummy output. https://bugzilla.gnome.org/show_bug.cgi?id=745401
This commit is contained in:
parent
376d4911b6
commit
301a65e05a
@ -96,6 +96,7 @@ meta_monitor_manager_dummy_read_current (MetaMonitorManager *manager)
|
||||
manager->outputs[0].backlight_min = 0;
|
||||
manager->outputs[0].backlight_max = 0;
|
||||
manager->outputs[0].connector_type = META_CONNECTOR_TYPE_LVDS;
|
||||
manager->outputs[0].scale = 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user