Define our own None atom value
authorRan Benita <ran234@gmail.com>
Sat, 24 Mar 2012 10:33:28 +0000 (12:33 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 13:16:11 +0000 (14:16 +0100)
commitd3908b631c531aa3721d91297badad1c85e3c4f1
treeceeadf6ff3a9738e8e122aa096aa0cc7bb55f196
parent2165e16ed925616f2e3760ae9b41a8a076b22f5e
Define our own None atom value

Since we define our own xkb_atom_t type, it makes sense not to use the
X11/X.h None value. This way we can also remove a lot of X11 includes.

Signed-off-by: Ran Benita <ran234@gmail.com>
18 files changed:
src/atom.c
src/map.c
src/maprules.c
src/misc.c
src/xkballoc.h
src/xkbcomp/action.c
src/xkbcomp/expr.c
src/xkbcomp/keycodes.c
src/xkbcomp/keytypes.c
src/xkbcomp/symbols.c
src/xkbcomp/xkbcomp.h
src/xkbcomp/xkbparse.y
src/xkbmisc.h
src/xkbrules.h
test/filecomp.c
test/namescomp.c
test/rulescomp.c
test/state.c