Shorten context to ctx
authorRan Benita <ran234@gmail.com>
Wed, 9 May 2012 12:03:11 +0000 (15:03 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 16:52:26 +0000 (17:52 +0100)
commite7bb1e5fd99438b69bb7ce8c29de381d55c95b96
tree62628e25b97ef542154fd00590dc1509b5d8248f
parent699a0b841c26020815cf276980ad5ccaded7494a
Shorten context to ctx

(This breaks the API.)

"context" is really annoying to type all the time (and we're going to
type it a lot more :). "ctx" is clear, concise and common in many other
libraries. Use it!

Signed-off-by: Ran Benita <ran234@gmail.com>
[daniels: Fix for xkb -> keymap change.]
30 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/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/parser.y
src/xkbcomp/parseutils.c
src/xkbcomp/parseutils.h
src/xkbcomp/path.c
src/xkbcomp/scanner.l
src/xkbcomp/symbols.c
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