summaryrefslogtreecommitdiff
path: root/randr
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-09 19:12:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-09 19:58:29 -0700
commit15bc13c8d088e05f14c7262348e0066929c29251 (patch)
tree07f15cd63b482f9ccc2186f037a50be28eceefd4 /randr
parent3a013b8816bc0bb765c99e8a2bf2ea536dc62c3b (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>
Diffstat (limited to 'randr')
-rw-r--r--randr/rrscreen.c1
1 files changed, 1 insertions, 0 deletions
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);