diff options
author | Ran Benita <ran234@gmail.com> | 2012-08-29 15:02:40 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-09-02 19:17:09 +0300 |
commit | 8c1b1b0e9e52be18dbb42aa4765f886ace067f97 (patch) | |
tree | 75a775a76bbb59166dd0c425100b48167f450127 /Makefile.am | |
parent | 591df1156d2c2510c8672150a74982e0009e0f48 (diff) | |
download | libxkbcommon-8c1b1b0e9e52be18dbb42aa4765f886ace067f97.tar.gz libxkbcommon-8c1b1b0e9e52be18dbb42aa4765f886ace067f97.tar.bz2 libxkbcommon-8c1b1b0e9e52be18dbb42aa4765f886ace067f97.zip |
Add xkbcomp/keymap.c and move some code there
Add CompileKeymap to do most of what compile_keymap_file does now, and
move UpdateKeymapFromModifiers along with it from (mostly unrelated)
compat.c.
Also rename UpdateKeymapFromModifiers to UpdateDerivedKeymapFields,
because it does more than update the modifiers.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ed96b66..011cbe2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ libxkbcommon_la_SOURCES = \ src/xkbcomp/include.h \ src/xkbcomp/keycodes.c \ src/xkbcomp/keycodes.h \ + src/xkbcomp/keymap.c \ src/xkbcomp/parser.y \ src/xkbcomp/parser-priv.h \ src/xkbcomp/rules.c \ |