mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 13:44:10 +00:00
monitor-manager: Get monitor info scale from main output tile
We didn't ever set the monitor info scale for tiled outputs; lets do that by taking it from the main output. https://bugzilla.gnome.org/show_bug.cgi?id=777470
This commit is contained in:
parent
23c315ea71
commit
d4d3dbd088
@ -135,6 +135,7 @@ construct_tile_monitor (MetaMonitorManager *manager,
|
||||
info.width_mm = output->width_mm;
|
||||
info.height_mm = output->height_mm;
|
||||
info.winsys_id = output->winsys_id;
|
||||
info.scale = output->scale;
|
||||
}
|
||||
|
||||
/* hack */
|
||||
|
Loading…
x
Reference in New Issue
Block a user