Fix the output->crtc initialization in the old randr setup
This commit is contained in:
parent
0f057ebb27
commit
8d23031904
|
@ -98,6 +98,7 @@ RRScanOldConfig (ScreenPtr pScreen, Rotation rotations)
|
||||||
if (!output)
|
if (!output)
|
||||||
return;
|
return;
|
||||||
RROutputSetCrtcs (output, &crtc, 1);
|
RROutputSetCrtcs (output, &crtc, 1);
|
||||||
|
output->crtc = crtc;
|
||||||
RROutputSetConnection (output, RR_Connected);
|
RROutputSetConnection (output, RR_Connected);
|
||||||
#ifdef RENDER
|
#ifdef RENDER
|
||||||
RROutputSetSubpixelOrder (output, PictureGetSubpixelOrder (pScreen));
|
RROutputSetSubpixelOrder (output, PictureGetSubpixelOrder (pScreen));
|
||||||
|
|
Loading…
Reference in New Issue