Make keysym <-> string conversion public API

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2009-04-25 14:52:51 +10:00
parent 62eb167d56
commit 70b64213ca
2 changed files with 6 additions and 6 deletions

View File

@ -141,6 +141,12 @@ XkbcCompileKeymapFromFile(FILE *inputFile, const char *mapName);
extern XkbComponentListPtr extern XkbComponentListPtr
XkbcListComponents(XkbComponentNamesPtr ptrns, int *maxMatch); XkbcListComponents(XkbComponentNamesPtr ptrns, int *maxMatch);
extern char *
XkbcKeysymToString(KeySym ks);
extern KeySym
XkbcStringToKeysym(const char *s);
_XFUNCPROTOEND _XFUNCPROTOEND
#endif /* _XKBCOMMON_H_ */ #endif /* _XKBCOMMON_H_ */

View File

@ -33,12 +33,6 @@ authorization from the authors.
#include <X11/extensions/XKBrulescommon.h> #include <X11/extensions/XKBrulescommon.h>
#include "X11/extensions/XKBcommon.h" #include "X11/extensions/XKBcommon.h"
extern char *
XkbcKeysymToString(KeySym ks);
extern KeySym
XkbcStringToKeysym(const char *s);
/***====================================================================***/ /***====================================================================***/
extern Bool extern Bool