types: store atoms instead of strings for level and type names
authorRan Benita <ran234@gmail.com>
Tue, 7 Aug 2012 08:40:07 +0000 (11:40 +0300)
committerRan Benita <ran234@gmail.com>
Tue, 7 Aug 2012 10:20:37 +0000 (13:20 +0300)
commitd327d3e27be2f5d4119fe491a4d23f8bb2f5759b
tree11fc4adb7d0555d2f5703a44d8b8854b590683e2
parentb2fba7305c33e04abce550245f1ae7fcdcad3a2a
types: store atoms instead of strings for level and type names

We don't use these strings much, so storing them in the manner they
were compiled saves some copying and space.

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