Get rid of group_info
authorRan Benita <ran234@gmail.com>
Sun, 15 Jul 2012 10:51:34 +0000 (13:51 +0300)
committerRan Benita <ran234@gmail.com>
Wed, 18 Jul 2012 09:46:29 +0000 (12:46 +0300)
commit4ccb0ef5cc6c378722641ffe159cf1e1372f6f09
treea6752e673bd6df8764a39b46cf36da770da47354
parent4066fcc9b5e395aa53a8d9a9a73466ba29c80c7a
Get rid of group_info

This is 8 bits which hold how many groups the key has, what to do the
key group is out of bound and the group to redirect to if want to. This
may save a few bytes, but is really annoying. So instead, just lay out
the fields separately. We can optimize later in a sane way, with pahole,
bitfields, etc. if we want.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap-dump.c
src/map.c
src/xkb-priv.h
src/xkbcomp/compat.c
src/xkbcomp/symbols.c