Rename xkb_desc to xkb_keymap
authorDaniel Stone <daniel@fooishbar.org>
Tue, 3 Apr 2012 14:14:16 +0000 (15:14 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 9 Apr 2012 12:47:23 +0000 (13:47 +0100)
commitef88c7efabf98ea1fcee29e026f96b3f31b94521
treed22c5a957dd59c33d9b4de9e33fd1dc58b30246d
parentbc872252f35bbb688b02f5ba5c5991ace2e6ef76
Rename xkb_desc to xkb_keymap

struct xkb_desc was just a hangover from the old XkbDescRec, which isn't
a very descriptive name.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
34 files changed:
include/xkbcommon/xkbcommon.h
src/XKBcommonint.h
src/alloc.c
src/malloc.c
src/map.c
src/misc.c
src/state.c
src/text.c
src/xkb.c
src/xkballoc.h
src/xkbcomp/action.c
src/xkbcomp/action.h
src/xkbcomp/alias.c
src/xkbcomp/alias.h
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/expr.h
src/xkbcomp/indicators.c
src/xkbcomp/indicators.h
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/vmod.c
src/xkbcomp/vmod.h
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
src/xkbmisc.h
test/filecomp.c
test/namescomp.c
test/rulescomp.c
test/state.c