From 15bc13c8d088e05f14c7262348e0066929c29251 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 9 Jul 2012 19:12:42 -0700 Subject: [PATCH] ProcRRGetScreenInfo: swap configTimestamp as well Signed-off-by: Alan Coopersmith Reviewed-by: Keith Packard Tested-by: Daniel Stone --- randr/rrscreen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/randr/rrscreen.c b/randr/rrscreen.c index 236794aff..6fd24e02d 100644 --- a/randr/rrscreen.c +++ b/randr/rrscreen.c @@ -854,6 +854,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);