X11rdp: fix for RandR desktop resizing

This commit is contained in:
Jay Sorg 2013-02-15 16:31:24 -08:00
parent b7af404030
commit f0cc2ea04c

View File

@ -176,7 +176,7 @@ rdpRRScreenSetSize(ScreenPtr pScreen, CARD16 width, CARD16 height,
pScreen->root->drawable.width = width;
pScreen->root->drawable.height = height;
ResizeChildrenWinSize(pScreen->root, 0, 0, 0, 0);
RRScreenSizeNotify(pScreen);
RRGetInfo(pScreen, 1);
rdpInvalidateArea(g_pScreen, 0, 0, g_rdpScreen.width, g_rdpScreen.height);
ErrorF(" screen resized to %dx%d\n",
pScreen->width, pScreen->height);