Shorten context to ctx
[platform/upstream/libxkbcommon.git] / src / xkbcomp / xkbcomp.h
index b4b2ed9..a4078a3 100644 (file)
@@ -28,7 +28,6 @@
 #define        XKBCOMP_H 1
 
 #include "xkb-priv.h"
-#include "atom.h"
 
 #define        TypeUnknown     0
 #define        TypeBoolean     1
@@ -251,7 +250,7 @@ typedef struct _XkbFile
 } XkbFile;
 
 extern struct xkb_keymap *
-CompileKeymap(struct xkb_context *context, XkbFile *file);
+CompileKeymap(struct xkb_ctx *ctx, XkbFile *file);
 
 extern bool
 CompileKeycodes(XkbFile *file, struct xkb_keymap *keymap, unsigned merge);