Rename 'ctx' back to 'context' in external API
authorDaniel Stone <daniel@fooishbar.org>
Fri, 11 May 2012 14:03:43 +0000 (15:03 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Fri, 11 May 2012 14:03:43 +0000 (15:03 +0100)
commit7b00485a6bc2facdb56ccdaa12b4900f118d66b5
tree33b821b995483ddc43a376d56694d6280545e257
parentf95b41131d4c1815ee4643f5addb1d2d1ad68728
Rename 'ctx' back to 'context' in external API

Still keep things as 'ctx' internally so we don't have to worry about
typing it too often, but rename the user-visible API back as it was
kinda ugly.

This partially reverts e7bb1e5f.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
25 files changed:
include/xkbcommon/xkbcommon.h
src/alloc.c
src/alloc.h
src/context.c
src/xkb-priv.h
src/xkbcomp/action.c
src/xkbcomp/expr.c
src/xkbcomp/expr.h
src/xkbcomp/indicators.c
src/xkbcomp/indicators.h
src/xkbcomp/keymap.c
src/xkbcomp/misc.c
src/xkbcomp/parseutils.c
src/xkbcomp/parseutils.h
src/xkbcomp/path.c
src/xkbcomp/scanner.l
src/xkbcomp/vmod.c
src/xkbcomp/xkbcomp-priv.h
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
test/context.c
test/filecomp.c
test/namescomp.c
test/rulescomp.c
test/state.c