Use xkb_contexts in keymap compilation
authorDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 16:22:35 +0000 (17:22 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 16:22:35 +0000 (17:22 +0100)
commit034ffce66437592856497e605cb0943d5dbaf82c
tree7be39c70dde4000edbd33e654f614ba49b5687a8
parent3e9dd7512c16dd752830d9fd56d9f4cba76ee7d3
Use xkb_contexts in keymap compilation

Primarily for the include path, but also for the logging in future.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
20 files changed:
include/xkbcommon/xkbcommon.h
src/XKBcommonint.h
src/alloc.c
src/context.c
src/xkballoc.h
src/xkbcomp/compat.c
src/xkbcomp/keycodes.c
src/xkbcomp/keymap.c
src/xkbcomp/keytypes.c
src/xkbcomp/misc.c
src/xkbcomp/misc.h
src/xkbcomp/symbols.c
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
src/xkbcomp/xkbpath.c
src/xkbcomp/xkbpath.h
test/filecomp.c
test/namescomp.c
test/rulescomp.c
test/state.c