keymap: store a pointer to the type in xkb_group instead of index
authorRan Benita <ran234@gmail.com>
Mon, 24 Sep 2012 12:41:09 +0000 (14:41 +0200)
committerRan Benita <ran234@gmail.com>
Mon, 24 Sep 2012 12:41:09 +0000 (14:41 +0200)
commitc955f8e2f9a915e3b7bced6f9b0c2b864f31e8ef
tree1a024893d91b4d9a167deb8cb6e455f69f883441
parent01b00d75400fefc6f63e249b89b94d3a47368c96
keymap: store a pointer to the type in xkb_group instead of index

Gets rid of some more unneeded indirection, including the XkbKeyType
macro.

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