forked from pool/xorg-x11-server
14 lines
345 B
Diff
14 lines
345 B
Diff
|
diff --git a/randr/rrinfo.c b/randr/rrinfo.c
|
||
|
index 8b0c93d..7e77d39 100644
|
||
|
--- a/randr/rrinfo.c
|
||
|
+++ b/randr/rrinfo.c
|
||
|
@@ -104,7 +104,7 @@ RRScanOldConfig (ScreenPtr pScreen, Rotation rotations)
|
||
|
#endif
|
||
|
}
|
||
|
|
||
|
- output = RRFirstOutput (pScreen);
|
||
|
+ output = pScrPriv->outputs[0];
|
||
|
if (!output)
|
||
|
return;
|
||
|
crtc = pScrPriv->crtcs[0];
|