|
|
@ -439,11 +439,13 @@ rdpRRSetRdpOutputs(void)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
for (index = 0; index < pRRScrPriv->numOutputs; index++)
|
|
|
|
for (index = 0; index < pRRScrPriv->numOutputs; index++)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
RROutputSetCrtcs(pRRScrPriv->outputs[index], pRRScrPriv->crtcs,
|
|
|
|
RROutputSetCrtcs(pRRScrPriv->outputs[index], pRRScrPriv->crtcs,
|
|
|
|
pRRScrPriv->numCrtcs);
|
|
|
|
pRRScrPriv->numCrtcs);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|