mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 14:38:09 +02:00
xkb: add missing swaps for xkbGetDeviceInfoReply
Caught during review of e095369bf. Signed-off-by: Peter Harris <pharris@opentext.com> Reviewed-by-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
d206d52f65
commit
c90903b4f7
1 changed files with 3 additions and 0 deletions
|
|
@ -6190,6 +6190,9 @@ char * str;
|
|||
swaps(&rep.supported);
|
||||
swaps(&rep.unsupported);
|
||||
swaps(&rep.nDeviceLedFBs);
|
||||
swaps(&rep.dfltKbdFB);
|
||||
swaps(&rep.dfltLedFB);
|
||||
swapl(&rep.devType);
|
||||
}
|
||||
WriteToClient(client,SIZEOF(xkbGetDeviceInfoReply), (char *)&rep);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue