Pull in enough structs and defines from XKBstr.h to only need XKB.h
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 1 Jul 2010 18:35:24 +0000 (14:35 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 2 Jul 2010 16:20:54 +0000 (12:20 -0400)
commit9f6026867a7a3543efdee5d3051f160e67c0edd3
tree6fbb3578543988ce28ef6819d2490681da1e8d40
parent9d55d5bbf647d23ffdffeecc9111481d3f37d422
Pull in enough structs and defines from XKBstr.h to only need XKB.h

We want to move away from sharing implementation structs and let libX11
and libxkbcommon use each their own set of structs.
37 files changed:
include/X11/extensions/XKBcommon.h
src/alloc.c
src/galloc.c
src/geom.c
src/malloc.c
src/maprules.c
src/misc.c
src/text.c
src/xkb.c
src/xkballoc.h
src/xkbcomp/action.c
src/xkbcomp/action.h
src/xkbcomp/alias.c
src/xkbcomp/alias.h
src/xkbcomp/compat.c
src/xkbcomp/expr.h
src/xkbcomp/geometry.c
src/xkbcomp/indicators.c
src/xkbcomp/indicators.h
src/xkbcomp/keycodes.c
src/xkbcomp/keymap.c
src/xkbcomp/keytypes.c
src/xkbcomp/listing.c
src/xkbcomp/misc.c
src/xkbcomp/misc.h
src/xkbcomp/symbols.c
src/xkbcomp/vmod.c
src/xkbcomp/vmod.h
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
src/xkbgeom.h
src/xkbmisc.h
src/xkbrules.h
test/canonicalise.c
test/filecomp.c
test/namescomp.c
test/rulescomp.c