diff --git a/randr/rrscreen.c b/randr/rrscreen.c index 590a388d9..94bf3ce99 100644 --- a/randr/rrscreen.c +++ b/randr/rrscreen.c @@ -615,7 +615,7 @@ ProcRRGetScreenInfo (ClientPtr client) rep.pad = 0; if (pScrPriv) - if (!RRGetInfo (pScreen, FALSE)) + if (!RRGetInfo (pScreen, TRUE)) return BadAlloc; output = RRFirstOutput (pScreen);