Clean up xkb_sym_interpret a bit
authorRan Benita <ran234@gmail.com>
Thu, 18 Oct 2012 19:04:27 +0000 (21:04 +0200)
committerRan Benita <ran234@gmail.com>
Thu, 18 Oct 2012 19:04:27 +0000 (21:04 +0200)
commiteb748ab643ea1f35952e398fb1194d8a8fd41ec7
treefa5327310756264518c07099842056d40293aa6e
parent5d9a5cb003a654bde26897fbafb5036029993c8e
Clean up xkb_sym_interpret a bit

First we split the LEVEL_ONE_ONLY bit off of the 'match' field, which
allows us to turn enum xkb_match_operation to a simple enum and remove
the need for MATCH_OP_MASK.

Next we rename 'act' to 'action', because we've settled on that
everywhere else.

Finally, SIMatchText is changed to not handle illegal values - it
shouldn't get any. This removes one usage of the GetBuffer hack.

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