Make the context available for XkbcAtomGetString
authorRan Benita <ran234@gmail.com>
Wed, 9 May 2012 09:01:03 +0000 (12:01 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 14:43:47 +0000 (15:43 +0100)
commit8d680e808adf6cfa7b72501052158e03af0890cb
tree2e95de00421579f78130f60ac38b94d93f6a2371
parentc117318ff11886e7aad42031c630eb4cc9a13a83
Make the context available for XkbcAtomGetString

In preparation of contextualizing atom handling.
Since we touch every function call, we also rename the function to
xkb_atom_strdup to match xkb_atom_intern, and be more descriptive.

Signed-off-by: Ran Benita <ran234@gmail.com>
[daniels: Updated for xkb -> keymap.]
12 files changed:
src/atom.c
src/atom.h
src/xkbcomp/action.c
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/expr.h
src/xkbcomp/indicators.c
src/xkbcomp/keycodes.c
src/xkbcomp/keytypes.c
src/xkbcomp/parseutils.h
src/xkbcomp/symbols.c
src/xkbcomp/vmod.c