summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-12-17 21:14:54 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-01-29 14:10:22 -0500
commita63e82be2a63d82b5b3802ae40efae2538461512 (patch)
treead4e86c17f190f8705420cd9cf06426dd6ab55f4 /include
parentb9b0011994c2887625cdb23633d67a8fefd6b7cb (diff)
downloadxorg-lib-libxkbcommon-a63e82be2a63d82b5b3802ae40efae2538461512.tar.gz
Rename XkbcInternAtom() to xkb_intern_atom() and export
Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/XKBcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/X11/extensions/XKBcommon.h b/include/X11/extensions/XKBcommon.h
index 9a42834..4e6058c 100644
--- a/include/X11/extensions/XKBcommon.h
+++ b/include/X11/extensions/XKBcommon.h
@@ -780,6 +780,9 @@ typedef const char *(*GetAtomValueFuncPtr)(uint32_t atom);
_X_EXPORT extern void
xkb_init_atoms(InternAtomFuncPtr intern, GetAtomValueFuncPtr get_atom_value);
+_X_EXPORT extern uint32_t
+xkb_intern_atom(const char *name);
+
_X_EXPORT extern struct xkb_desc *
xkb_compile_keymap_from_rules(const struct xkb_rule_names *rules);