From 3a013b8816bc0bb765c99e8a2bf2ea536dc62c3b Mon Sep 17 00:00:00 2001 From: Jaroslav Šmíd Date: Mon, 9 Jul 2012 19:12:42 -0700 Subject: Bug 51375: Xorg doesn't set status for RRGetOutputInfo https://bugs.freedesktop.org/show_bug.cgi?id=51375 https://bugs.freedesktop.org/attachment.cgi?id=63397 Signed-off-by: Alan Coopersmith Reviewed-by: Keith Packard Tested-by: Daniel Stone --- randr/rroutput.c | 1 + 1 file changed, 1 insertion(+) (limited to 'randr') diff --git a/randr/rroutput.c b/randr/rroutput.c index fd03aab66..3662a5a6b 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; -- cgit v1.2.3