diff options
author | Peter Harris <pharris@opentext.com> | 2011-09-02 18:45:16 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-09-21 17:14:45 -0400 |
commit | c90903b4f7a826ae6826a8dd0a901c8362500e46 (patch) | |
tree | 7cf9057f5f407202002368a79f45d699a115826a /xkb | |
parent | d206d52f657cb63a0f6ba8b62d788c1812b57c81 (diff) |
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>
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkb.c | 3 |
1 files changed, 3 insertions, 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); |