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