diff options
author | Jaroslav Šmíd <jardasmid@gmail.com> | 2012-07-09 19:12:42 -0700 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2015-06-07 00:08:29 +0200 |
commit | 8fd0b52f20e28759a88e1202716f60e773b11dd3 (patch) | |
tree | e1c895f66179143b281f826f4076a7a561525ece /nx-X11/programs | |
parent | b5d78278debb1006eaf63d460f9bd6082fa3f860 (diff) | |
download | nx-libs-8fd0b52f20e28759a88e1202716f60e773b11dd3.tar.gz nx-libs-8fd0b52f20e28759a88e1202716f60e773b11dd3.tar.bz2 nx-libs-8fd0b52f20e28759a88e1202716f60e773b11dd3.zip |
Backport: 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 <alan.coopersmith@oracle.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Tested-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'nx-X11/programs')
-rw-r--r-- | nx-X11/programs/Xserver/randr/rroutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/randr/rroutput.c b/nx-X11/programs/Xserver/randr/rroutput.c index 1ecde31a2..693f5a5d3 100644 --- a/nx-X11/programs/Xserver/randr/rroutput.c +++ b/nx-X11/programs/Xserver/randr/rroutput.c @@ -456,6 +456,7 @@ ProcRRGetOutputInfo (ClientPtr client) pScrPriv = rrGetScrPriv(pScreen); rep.type = X_Reply; + rep.status = RRSetConfigSuccess; rep.sequenceNumber = client->sequence; rep.length = OutputInfoExtra >> 2; rep.timestamp = pScrPriv->lastSetTime.milliseconds; |