Make keysym <-> string conversion public API
authorDaniel Stone <daniel@fooishbar.org>
Sat, 25 Apr 2009 04:52:51 +0000 (14:52 +1000)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 22 Jun 2010 14:56:55 +0000 (15:56 +0100)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
include/X11/extensions/XKBcommon.h
src/xkbmisc.h

index 59a43ea8f973884595ed6a1ec0b768d19d5430c1..123ea8c043935349ab117a5ee4cf5a696c2c61c0 100644 (file)
@@ -141,6 +141,12 @@ XkbcCompileKeymapFromFile(FILE *inputFile, const char *mapName);
 extern XkbComponentListPtr
 XkbcListComponents(XkbComponentNamesPtr ptrns, int *maxMatch);
 
+extern char *
+XkbcKeysymToString(KeySym ks);
+
+extern KeySym
+XkbcStringToKeysym(const char *s);
+
 _XFUNCPROTOEND
 
 #endif /* _XKBCOMMON_H_ */
index 61e94e61df03358d22cb2e33524b7ddaa3034099..324a648da66dee72c08d4a264237b4f4718b81d9 100644 (file)
@@ -33,12 +33,6 @@ authorization from the authors.
 #include <X11/extensions/XKBrulescommon.h>
 #include "X11/extensions/XKBcommon.h"
 
-extern char *
-XkbcKeysymToString(KeySym ks);
-
-extern KeySym
-XkbcStringToKeysym(const char *s);
-
 /***====================================================================***/
 
 extern Bool