Commit 8fd0b52f authored by Jaroslav Šmíd's avatar Jaroslav Šmíd Committed by Ulrich Sibiller
parent b5d78278
...@@ -456,6 +456,7 @@ ProcRRGetOutputInfo (ClientPtr client) ...@@ -456,6 +456,7 @@ ProcRRGetOutputInfo (ClientPtr client)
pScrPriv = rrGetScrPriv(pScreen); pScrPriv = rrGetScrPriv(pScreen);
rep.type = X_Reply; rep.type = X_Reply;
rep.status = RRSetConfigSuccess;
rep.sequenceNumber = client->sequence; rep.sequenceNumber = client->sequence;
rep.length = OutputInfoExtra >> 2; rep.length = OutputInfoExtra >> 2;
rep.timestamp = pScrPriv->lastSetTime.milliseconds; rep.timestamp = pScrPriv->lastSetTime.milliseconds;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment