X11rdp: xrandr change for multimon

This commit is contained in:
Jay Sorg 2016-07-13 10:52:41 -07:00
parent 703fedded7
commit eed0227d81

View File

@ -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;
}