Convert rest of names in xkb_keymap back to atoms
authorRan Benita <ran234@gmail.com>
Fri, 31 Aug 2012 16:26:51 +0000 (19:26 +0300)
committerRan Benita <ran234@gmail.com>
Mon, 3 Sep 2012 07:31:13 +0000 (10:31 +0300)
commit7ae0c6bac4759e9b56c4a5115c321b66012ce9dc
tree9e7baeedcd22c0c33c3f89dc2abafb477a68c012
parent1a9968839eb6e1778616c33079fbee647a7ad087
Convert rest of names in xkb_keymap back to atoms

These were kept as atoms, but since the keymap was exposed in the API,
we converted them to strings; no the keymap is no longer exposed, so we
can go back to atoms. They make the keymap smaller (at least on 64-bit
machines) and the comparisons faster.

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