summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-12-20 11:03:01 -0800
committerJay Sorg <jay.sorg@gmail.com>2013-12-20 11:03:01 -0800
commit6eab2ed11b634342b48dd75bd3866f35d6479a0f (patch)
treefc1b61cf41f6e5bb544005ea89071d616c7b4edd
parentb34cbe8a3e2b6d5f8c8765d367057a24143025c8 (diff)
downloadxrdp-proprietary-6eab2ed11b634342b48dd75bd3866f35d6479a0f.tar.gz
xrdp-proprietary-6eab2ed11b634342b48dd75bd3866f35d6479a0f.zip
X11rdp: RandR, put RRGetInfo back
-rw-r--r--xorg/X11R7.6/rdp/rdprandr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/rdprandr.c b/xorg/X11R7.6/rdp/rdprandr.c
index 660c9dfb..d0ee6b1c 100644
--- a/xorg/X11R7.6/rdp/rdprandr.c
+++ b/xorg/X11R7.6/rdp/rdprandr.c
@@ -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",