libxkbcommon/src
Dan Nicholson 6a84a34d86 Remove all non-public API from XKBcommon.h header
The noble intention was to expose all the new API and new generic types
in the split out kbproto headers through XKBcommon.h. It turns out that
would be a massive amount of work in the server. Someday, but first just
wedging in XkbCompileKeymap* would be good.

Most of the API is in new internal xkb*.h headers. In order to allow the
XKBcommon.h header to be used from the server, we can't pull in other
headers from kbproto since the server has its own copies. However, types
that are different (XkbDescRec, XkbAction) still have Xkbc equivalents
here, and I think they should be used in the server.
2009-04-08 07:46:25 -07:00
..
makekeys Ignore ks_tables.h in makekeys directory now 2009-03-27 18:43:12 -07:00
xkbcomp Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
.gitignore Ignore ks_tables.h in makekeys directory now 2009-03-27 18:43:12 -07:00
Makefile.am Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
XKBcommonint.h Add rules file parsing from xkbfile 2009-03-30 06:31:26 -07:00
alloc.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
atom.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
galloc.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
geom.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
keysym.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
malloc.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
maprules.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
misc.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
text.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
xkb.c Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
xkballoc.h Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
xkbgeom.h Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
xkbmisc.h Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00
xkbrules.h Remove all non-public API from XKBcommon.h header 2009-04-08 07:46:25 -07:00