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:
Peter Harris 2011-09-02 18:45:16 -04:00 committed by Matt Turner
parent d206d52f65
commit c90903b4f7

View File

@ -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);