symbols: use xkb_mod_set instead of entire keymap
authorRan Benita <ran234@gmail.com>
Sat, 9 Feb 2013 17:10:56 +0000 (19:10 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 19 Apr 2014 14:07:34 +0000 (17:07 +0300)
commit95aabeecb1d1947456a1ab0d0e61399a97bcd747
tree7d04b46d22806b83aa017ea93b3775e46661f7d9
parentf2cbeda9f0cec4fcf73c2d6574e065d2d6fbd72b
symbols: use xkb_mod_set instead of entire keymap

The keymap is not removed entirely from the Info (just constified),
since it is still needed in AddKeySymbols() for looking up aliases. This
dependency will be removed in the future.

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