diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-07-13 10:52:41 -0700 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-17 00:34:02 -0500 |
commit | 2a02ed63f68e6e640ef3658409c4eb737fba1b02 (patch) | |
tree | f178ab42dda87096b69ed0ff4f0309f6efd0d566 | |
parent | 332a6d4444b17bf267b9021f9b308d405763ff12 (diff) | |
download | xrdp-proprietary-2a02ed63f68e6e640ef3658409c4eb737fba1b02.tar.gz xrdp-proprietary-2a02ed63f68e6e640ef3658409c4eb737fba1b02.zip |
X11rdp: xrandr change for multimon
-rw-r--r-- | xorg/X11R7.6/rdp/rdprandr.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |