Introduce xkb_keycode_t for keycodes
authorDaniel Stone <daniel@fooishbar.org>
Wed, 15 Feb 2012 14:34:08 +0000 (14:34 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 15 Feb 2012 16:24:50 +0000 (16:24 +0000)
commit4e22851141d89436c0659e68da57e91bbf971461
tree21c8ad657094b1625888e2c87174c4dab9bed931
parent8f01b144126617cb93248210a08749d5ba13dc94
Introduce xkb_keycode_t for keycodes

And use it consistently everywhere, including with a special long-safe
internal keycode type, to ease the transition to large keycodes.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
15 files changed:
include/xkbcommon/xkbcommon.h
src/alloc.c
src/malloc.c
src/xkballoc.h
src/xkbcomp/action.c
src/xkbcomp/alias.c
src/xkbcomp/expr.c
src/xkbcomp/expr.h
src/xkbcomp/keycodes.c
src/xkbcomp/misc.c
src/xkbcomp/misc.h
src/xkbcomp/symbols.c
src/xkbcomp/xkbparse.y
src/xkbcomp/xkbscan.l
test/basic.xkb