Make the context available to xkb_intern_atom
authorRan Benita <ran234@gmail.com>
Wed, 9 May 2012 08:47:20 +0000 (11:47 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 14:31:43 +0000 (15:31 +0100)
commitc117318ff11886e7aad42031c630eb4cc9a13a83
tree6da0fcc62908c7c071fba9d77064c1b4769e904e
parent4aef083e46568664708f57b5aaa356e858c1f4de
Make the context available to xkb_intern_atom

In preparation of contextualizing the atom table.
Since we touch every function call, also rename the function to
xkb_atom_intern, to match better with the rest (which will also be
renamed).

Signed-off-by: Ran Benita <ran234@gmail.com>
[daniels: Fixed for 'xkb' -> 'keymap'.]
src/atom.c
src/atom.h
src/xkbcomp/action.c
src/xkbcomp/compat.c
src/xkbcomp/indicators.c
src/xkbcomp/indicators.h
src/xkbcomp/keycodes.c
src/xkbcomp/keytypes.c
src/xkbcomp/parser.y
src/xkbcomp/symbols.c
src/xkbcomp/vmod.c