[PATCH v2 07/29] Bug 51375: Xorg doesn't set status for RRGetOutputInfo
Alan Coopersmith
alan.coopersmith at oracle.com
Wed Jul 4 15:37:21 PDT 2012
From: Jaroslav Šmíd <jardasmid at gmail.com>
https://bugs.freedesktop.org/show_bug.cgi?id=51375
https://bugs.freedesktop.org/attachment.cgi?id=63397
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
randr/rroutput.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/randr/rroutput.c b/randr/rroutput.c
index fd03aab..3662a5a 100644
--- a/randr/rroutput.c
+++ b/randr/rroutput.c
@@ -426,6 +426,7 @@ ProcRRGetOutputInfo(ClientPtr client)
pScrPriv = rrGetScrPriv(pScreen);
rep.type = X_Reply;
+ rep.status = RRSetConfigSuccess;
rep.sequenceNumber = client->sequence;
rep.length = bytes_to_int32(OutputInfoExtra);
rep.timestamp = pScrPriv->lastSetTime.milliseconds;
--
1.7.9.2
More information about the xorg-devel
mailing list