Get rid of xkb_client_map
authorRan Benita <ran234@gmail.com>
Sat, 14 Jul 2012 21:06:11 +0000 (00:06 +0300)
committerRan Benita <ran234@gmail.com>
Wed, 18 Jul 2012 09:19:04 +0000 (12:19 +0300)
commit219243fe1bf20c00e8c0372bf2b422ed07d122f6
tree2d8f6c9cc3cfba8ba8ad5e0a133fef712e5c3ad8
parent9308a460395679aa3cb403211146e4ff9b920992
Get rid of xkb_client_map

We don't make this distinction anymore, and the separate allocations
just make it harder to reason about. Since we require that all of
symbols, types, compat etc. be present, we should just put stuff
directly in the keymap struct.

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