[PATCH v2 08/29] ProcRRGetScreenInfo: swap configTimestamp as well

Alan Coopersmith alan.coopersmith at oracle.com
Wed Jul 4 15:37:22 PDT 2012


Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 randr/rrscreen.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/randr/rrscreen.c b/randr/rrscreen.c
index 0ec608c..47147d6 100644
--- a/randr/rrscreen.c
+++ b/randr/rrscreen.c
@@ -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);
-- 
1.7.9.2



More information about the xorg-devel mailing list