ProcRRGetScreenInfo: swap configTimestamp as well

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Tested-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit 15bc13c8d0)
This commit is contained in:
Alan Coopersmith 2012-07-09 19:12:42 -07:00 committed by Jeremy Huddleston Sequoia
parent abffc882af
commit 18863154bd

View file

@ -685,6 +685,7 @@ ProcRRGetScreenInfo(ClientPtr client)
swaps(&rep.sequenceNumber);
swapl(&rep.length);
swapl(&rep.timestamp);
swapl(&rep.configTimestamp);
swaps(&rep.rotation);
swaps(&rep.nSizes);
swaps(&rep.sizeID);