From 7b946148dda7f14e584ec988ab2a84a8249093bc Mon Sep 17 00:00:00 2001 From: Sybren van Elderen Date: Tue, 27 Nov 2012 19:27:10 +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