summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-09 19:12:42 -0700
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2012-08-01 17:57:46 -0700
commit18863154bdb0f4ff79b2c79eae73ddd7a6ddc764 (patch)
tree845779f7524bbcbb96d7bc6e5b8b0914c7fc991e
parentabffc882af655d2c8434e6eb7374dda472d6a8b0 (diff)
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 15bc13c8d088e05f14c7262348e0066929c29251)
-rw-r--r--randr/rrscreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/rrscreen.c b/randr/rrscreen.c
index c564d1f96..a9c3f610d 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);