Add rules file parsing from xkbfile
authorDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 18:25:44 +0000 (11:25 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 30 Mar 2009 13:31:26 +0000 (06:31 -0700)
commit94fd31746372226a62c5b0f80d32d47b3e9a77cb
treeeb51c17c07e34efd0cda0d61a13d0b5f7066f8ec
parent3fc0dcc8167b2a306ba9a5146dade7b7b2387f63
Add rules file parsing from xkbfile

Copy over the Xkb_RF* rules parsing functions from xkbfile's maprules.c.
Eventually, this will be tied into xkbcomp's path searching utilities so
you don't need to supply a full path to the rules file. Also, it this
should eventually incorporate the server's RMLVOSet.
include/X11/extensions/XKBcommon.h
src/Makefile.am
src/XKBcommonint.h
src/maprules.c [new file with mode: 0644]