Define our own NoSymbol value and use it
authorRan Benita <ran234@gmail.com>
Sat, 24 Mar 2012 11:27:48 +0000 (13:27 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 13:16:36 +0000 (14:16 +0100)
commit602e87805bdb829dfc0867b1466e2b1dc729ab52
tree04d955125b823624cf29dd3701b3789e51438425
parentd3908b631c531aa3721d91297badad1c85e3c4f1
Define our own NoSymbol value and use it

Since we have our own xkb_keysym_t type, it makes sense to have our own
NoSymbol value instead of the one from X11/X.h.

Signed-off-by: Ran Benita <ran234@gmail.com>
14 files changed:
include/xkbcommon/xkbcommon.h
makekeys/makekeys.c
src/keysym.c
src/malloc.c
src/map.c
src/xkballoc.h
src/xkbcomp/action.c
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/parseutils.c
src/xkbcomp/symbols.c
src/xkbcomp/xkbpath.h
src/xkbcomp/xkbscan.l
test/xkey.c