X11rdp: xrandr change for multimon

master
Jay Sorg 8 years ago
parent 703fedded7
commit eed0227d81

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

Loading…
Cancel
Save