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>
This commit is contained in:
Alan Coopersmith 2012-07-09 19:12:42 -07:00
parent 3a013b8816
commit 15bc13c8d0

View File

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