Import xkbcomp sources for CompileKeymap
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 27 Mar 2009 13:55:32 +0000 (06:55 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 27 Mar 2009 13:55:32 +0000 (06:55 -0700)
commit0c1bbb05d975cf7b3411259900500cc122fc136b
tree6e5c9c6adf8674c48da18c55993b530e69fac5fa
parentf4d8e2932cdd60653d2f762ad7502e6ec5710fe5
Import xkbcomp sources for CompileKeymap

A copy of the xkbcomp sources (except the frontend) have been copied in
to provide a means to compile a XkbDescPtr. This definitely doesn't
build or do the right thing yet.
35 files changed:
configure.ac
src/Makefile.am
src/xkbcomp/Makefile.am [new file with mode: 0644]
src/xkbcomp/action.c [new file with mode: 0644]
src/xkbcomp/action.h [new file with mode: 0644]
src/xkbcomp/alias.c [new file with mode: 0644]
src/xkbcomp/alias.h [new file with mode: 0644]
src/xkbcomp/compat.c [new file with mode: 0644]
src/xkbcomp/compat.h [new file with mode: 0644]
src/xkbcomp/expr.c [new file with mode: 0644]
src/xkbcomp/expr.h [new file with mode: 0644]
src/xkbcomp/geometry.c [new file with mode: 0644]
src/xkbcomp/indicators.c [new file with mode: 0644]
src/xkbcomp/indicators.h [new file with mode: 0644]
src/xkbcomp/keycodes.c [new file with mode: 0644]
src/xkbcomp/keycodes.h [new file with mode: 0644]
src/xkbcomp/keymap.c [new file with mode: 0644]
src/xkbcomp/keytypes.c [new file with mode: 0644]
src/xkbcomp/listing.c [new file with mode: 0644]
src/xkbcomp/misc.c [new file with mode: 0644]
src/xkbcomp/misc.h [new file with mode: 0644]
src/xkbcomp/parseutils.c [new file with mode: 0644]
src/xkbcomp/parseutils.h [new file with mode: 0644]
src/xkbcomp/symbols.c [new file with mode: 0644]
src/xkbcomp/tokens.h [new file with mode: 0644]
src/xkbcomp/utils.c [new file with mode: 0644]
src/xkbcomp/utils.h [new file with mode: 0644]
src/xkbcomp/vmod.c [new file with mode: 0644]
src/xkbcomp/vmod.h [new file with mode: 0644]
src/xkbcomp/xkbcomp.h [new file with mode: 0644]
src/xkbcomp/xkbparse.c [new file with mode: 0644]
src/xkbcomp/xkbparse.y [new file with mode: 0644]
src/xkbcomp/xkbpath.c [new file with mode: 0644]
src/xkbcomp/xkbpath.h [new file with mode: 0644]
src/xkbcomp/xkbscan.c [new file with mode: 0644]