mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 17:48:06 +02:00
Xext/sync: add a missing byte swap
Co-Authored-by: Claude Code <noreply@anthropic.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2181>
This commit is contained in:
parent
3ceb0e82e5
commit
6c838f7cb8
1 changed files with 1 additions and 0 deletions
|
|
@ -1864,6 +1864,7 @@ ProcSyncQueryAlarm(ClientPtr client)
|
|||
swaps(&rep.sequenceNumber);
|
||||
swapl(&rep.length);
|
||||
swapl(&rep.counter);
|
||||
swapl(&rep.value_type);
|
||||
swapl(&rep.wait_value_hi);
|
||||
swapl(&rep.wait_value_lo);
|
||||
swapl(&rep.test_type);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue