X11rdp: RandR, put RRGetInfo back

This commit is contained in:
Jay Sorg 2013-12-20 11:03:01 -08:00
parent b34cbe8a3e
commit 6eab2ed11b

View File

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