summaryrefslogtreecommitdiff
path: root/src/atom.c
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-04-08 07:46:25 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-04-08 07:46:25 -0700
commit6a84a34d8689fb76b202f583452b97d57c68673d (patch)
tree5ab6159cefd03eba7920c921389b7b9c082361b1 /src/atom.c
parentb4a3c39b7e5141642f1146d971c26f7f79f13037 (diff)
downloadxorg-lib-libxkbcommon-6a84a34d8689fb76b202f583452b97d57c68673d.tar.gz
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.
Diffstat (limited to 'src/atom.c')
-rw-r--r--src/atom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atom.c b/src/atom.c
index 7889030..127716f 100644
--- a/src/atom.c
+++ b/src/atom.c
@@ -73,6 +73,7 @@ SOFTWARE.
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include "xkbmisc.h"
#include "X11/extensions/XKBcommon.h"
#include "XKBcommonint.h"