Replace xkb_keycode_t 'key' variable name by 'kc'
authorRan Benita <ran234@gmail.com>
Sun, 15 Jul 2012 08:52:54 +0000 (11:52 +0300)
committerRan Benita <ran234@gmail.com>
Wed, 18 Jul 2012 09:35:48 +0000 (12:35 +0300)
commit81d029f5632d0a2b510d0a29bbda5e91d7958c5d
treed5ff4cad71d42d4e005f2de0d091947d1ca97dcf
parenta52fb7e21c349dc109be42cc573adf5fd95d7096
Replace xkb_keycode_t 'key' variable name by 'kc'

We want to reserve the name 'key' for something else.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/alloc.c
src/alloc.h
src/keymap-dump.c
src/map.c
src/state.c
src/xkb-priv.h
src/xkbcomp/action.c
src/xkbcomp/compat.c
src/xkbcomp/keycodes.c
src/xkbcomp/symbols.c
test/keyseq.c