Generate keyboard description from components
authorDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 15:55:18 +0000 (08:55 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 15:55:18 +0000 (08:55 -0700)
commit3fc0dcc8167b2a306ba9a5146dade7b7b2387f63
tree5050821f2bbd1fa3421b9c65de88642e9951560b
parent1115d55549aa6a2df3b1d1e7ad557638dd5addb0
Generate keyboard description from components

Finally, we can generate a XkbcDescPtr from a XkbComponentNamesPtr. This
involves turning the components into a parsed XKB file and then passing
it into the compiler. This first conversion needs more error handling.
include/X11/extensions/XKBcommon.h
src/xkbcomp/Makefile.am
src/xkbcomp/xkbcomp.c [new file with mode: 0644]