13 lines
417 B
Diff
13 lines
417 B
Diff
diff --git a/randr/rrinfo.c b/randr/rrinfo.c
|
|
index 858b1ed..bd5d5b1 100644
|
|
--- a/randr/rrinfo.c
|
|
+++ b/randr/rrinfo.c
|
|
@@ -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));
|