mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 15:50:09 +01:00
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 15bc13c8d0)
This commit is contained in:
parent
abffc882af
commit
18863154bd
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue