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
|
@ -6190,6 +6190,9 @@ char * str;
|
||||||
swaps(&rep.supported);
|
swaps(&rep.supported);
|
||||||
swaps(&rep.unsupported);
|
swaps(&rep.unsupported);
|
||||||
swaps(&rep.nDeviceLedFBs);
|
swaps(&rep.nDeviceLedFBs);
|
||||||
|
swaps(&rep.dfltKbdFB);
|
||||||
|
swaps(&rep.dfltLedFB);
|
||||||
|
swapl(&rep.devType);
|
||||||
}
|
}
|
||||||
WriteToClient(client,SIZEOF(xkbGetDeviceInfoReply), (char *)&rep);
|
WriteToClient(client,SIZEOF(xkbGetDeviceInfoReply), (char *)&rep);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue