From eed0227d81257531d590556bf177def4e46b6f93 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 13 Jul 2016 10:52:41 -0700 Subject: [PATCH] X11rdp: xrandr change for multimon --- xorg/X11R7.6/rdp/rdprandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xorg/X11R7.6/rdp/rdprandr.c b/xorg/X11R7.6/rdp/rdprandr.c index 46c4908d..2a040a9b 100644 --- a/xorg/X11R7.6/rdp/rdprandr.c +++ b/xorg/X11R7.6/rdp/rdprandr.c @@ -439,11 +439,13 @@ rdpRRSetRdpOutputs(void) } } +#if 0 for (index = 0; index < pRRScrPriv->numOutputs; index++) { RROutputSetCrtcs(pRRScrPriv->outputs[index], pRRScrPriv->crtcs, pRRScrPriv->numCrtcs); } +#endif return 0; }