Commit bd5754f9 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

Backport: ProcRRGetScreenInfo: swap configTimestamp as well

parent 0fc41931
......@@ -745,6 +745,7 @@ ProcRRGetScreenInfo (ClientPtr client)
swaps(&rep.sequenceNumber, n);
swapl(&rep.length, n);
swapl(&rep.timestamp, n);
swapl(&rep.configTimestamp, n);
swaps(&rep.rotation, n);
swaps(&rep.nSizes, n);
swaps(&rep.sizeID, n);
......
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