Go to file
Dan Nicholson 83f198f1ae Initial implementation of keysym handlers
Add the xkbcommon implementations of XKeysymToString and XStringToKeysym.
These symbols have the namespace prefix of Xkbc and are declared in
X11/XkbCommon.h.

The implementation is taken directly from Xlib, but does not include the
XKeysymDB parsing and hashing yet (if it ever will). A couple type
conversions were needed to keep from using Xlib.h. See original files:

libX11/src/KeysymStr.c
libX11/src/StrKeysym.c
2009-03-19 11:51:09 -07:00
include Initial implementation of keysym handlers 2009-03-19 11:51:09 -07:00
src Initial implementation of keysym handlers 2009-03-19 11:51:09 -07:00
.gitignore Initial implementation of keysym handlers 2009-03-19 11:51:09 -07:00
COPYING Initial autotools commit 2009-03-19 10:47:15 -07:00
Makefile.am Initial implementation of keysym handlers 2009-03-19 11:51:09 -07:00
autogen.sh Initial autotools commit 2009-03-19 10:47:15 -07:00
configure.ac Initial implementation of keysym handlers 2009-03-19 11:51:09 -07:00