mirror of https://github.com/neutrinolabs/xrdp
X11rdp: RandR, put RRGetInfo back
This commit is contained in:
parent
b34cbe8a3e
commit
6eab2ed11b
|
@ -183,7 +183,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);
|
||||
//RRGetInfo(pScreen, 1);
|
||||
RRGetInfo(pScreen, 1);
|
||||
RRScreenSizeNotify(pScreen);
|
||||
rdpInvalidateArea(g_pScreen, 0, 0, g_rdpScreen.width, g_rdpScreen.height);
|
||||
ErrorF(" screen resized to %dx%d\n",
|
||||
|
|
Loading…
Reference in New Issue