hw/dmx: add update_desktop_dimensions() call
The Xdmx server did not update the desktop dimensions when computing screen origins. Signed-off-by: Sybren van Elderen <sowmestno@msn.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
59d70b30e9
commit
6e18599d69
|
@ -346,6 +346,8 @@ dmxComputeScreenOrigins(void)
|
||||||
screenInfo.screens[i]->y -= minY;
|
screenInfo.screens[i]->y -= minY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update_desktop_dimensions();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Recompute origin information in the #dmxScreens list. This is
|
/** Recompute origin information in the #dmxScreens list. This is
|
||||||
|
|
Loading…
Reference in New Issue