diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-04-20 18:11:47 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-04-20 18:11:47 -0700 |
commit | 5e398e0c91d174f00fbd0327de144f751a232707 (patch) | |
tree | 7a392d9608cea6a01baff560f5c0e3ae5a5d8d08 /xorg | |
parent | 473f3dcd0cf430b94298bf6dd711a18d7cc6214c (diff) | |
download | xrdp-proprietary-5e398e0c91d174f00fbd0327de144f751a232707.tar.gz xrdp-proprietary-5e398e0c91d174f00fbd0327de144f751a232707.zip |
multimon fix
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/X11R7.6/rdp/rdpup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg/X11R7.6/rdp/rdpup.c b/xorg/X11R7.6/rdp/rdpup.c index 4bee8875..c9091a7d 100644 --- a/xorg/X11R7.6/rdp/rdpup.c +++ b/xorg/X11R7.6/rdp/rdpup.c @@ -713,7 +713,6 @@ sck_can_recv(int sck, int millis) static int process_screen_size_msg(int width, int height, int bpp) { - RRScreenSizePtr pSize; int mmwidth; int mmheight; int bytes; @@ -785,9 +784,6 @@ process_screen_size_msg(int width, int height, int bpp) mmwidth = PixelToMM(width); mmheight = PixelToMM(height); - pSize = RRRegisterSize(g_pScreen, width, height, mmwidth, mmheight); - RRSetCurrentConfig(g_pScreen, RR_Rotate_0, 0, pSize); - if ((g_rdpScreen.width != width) || (g_rdpScreen.height != height)) { LLOGLN(0, (" calling RRScreenSizeSet")); |