mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
KeySym and xcb_keysym_t should both be 32bit, but for the compiler they're long vs int, so it's spitting out a warning here. That's coming from xorgproto's weird way of defining those types. Add static type size assert and hard typecast to silence it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>