From 9f6c2e11a34b1c5305fb58e76e969fe01fba30e3 Mon Sep 17 00:00:00 2001 From: sybren Date: Fri, 9 Nov 2012 11:36:53 +0100 Subject: [PATCH] hw/dmx: add update_desktop_dimensions() call The Xdmx server did not update the desktop dimensions when computing screen origins. --- hw/dmx/dmxcursor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/dmx/dmxcursor.c b/hw/dmx/dmxcursor.c index 1a77c7d..35aca81 100644 --- a/hw/dmx/dmxcursor.c +++ b/hw/dmx/dmxcursor.c @@ -346,6 +346,8 @@ dmxComputeScreenOrigins(void) screenInfo.screens[i]->y -= minY; } } + + update_desktop_dimensions(); } /** Recompute origin information in the #dmxScreens list. This is -- 1.8.0