x11: fix truncation of xkb controls mask off the wire
authorRan Benita <ran234@gmail.com>
Sat, 8 Feb 2014 14:18:16 +0000 (16:18 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 8 Feb 2014 14:19:47 +0000 (16:19 +0200)
commit8fcb44b8a6bc6a0709c1b21ba39bdd2636e6d3e3
treef05ed3f21878d886e38bde7331e38f8df457c060
parentf5465b56a3ada7aaf7e9dfb4956ca4de8cb28911
x11: fix truncation of xkb controls mask off the wire

It's uint32_t, not uint16_t, so we were losing flags (not that it
matters in this case).

Signed-off-by: Ran Benita <ran234@gmail.com>
src/x11/keymap.c