diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-02-12 18:27:48 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-02-13 12:41:14 -0800 |
commit | c18f454e4a9cab03e5d55b6d761a4a735c943b6b (patch) | |
tree | 5977e3bd2f25e62a5c01f63533c9f4ec801836ba /randr | |
parent | 20ac3140ce16af460992b83aa8aeff4afe28c2ee (diff) |
Query the DDX in ProcRRGetScreenInfo.
This is the RandR 1.1 version of GetScreenResources and needs to re-query the
DDX to see if the mode pool changed.
Fixes Launchpad bug #325115.
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit 660c2a7d4c6cb52fd0992e9d2008a24805dc8c02)
Diffstat (limited to 'randr')
-rw-r--r-- | randr/rrscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |