diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-07-13 10:52:41 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-07-13 10:52:41 -0700 |
commit | eed0227d81257531d590556bf177def4e46b6f93 (patch) | |
tree | f178ab42dda87096b69ed0ff4f0309f6efd0d566 /xorg/X11R7.6 | |
parent | 703fedded71700c8b1cc4181ea112828ea5b236b (diff) | |
download | xrdp-proprietary-eed0227d81257531d590556bf177def4e46b6f93.tar.gz xrdp-proprietary-eed0227d81257531d590556bf177def4e46b6f93.zip |
X11rdp: xrandr change for multimon
Diffstat (limited to 'xorg/X11R7.6')
-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; } |