diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-01-20 07:46:12 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-19 11:51:09 -0700 |
commit | 83f198f1ae5c26a2d9a37579c9590c0aaab0416a (patch) | |
tree | 10207e380f012527e2499dafe1dfd9855c170e7f /.gitignore | |
parent | d0a4291e74663508ab6549c59d2f6a57425580ff (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +*.lo +*.o INSTALL Makefile Makefile.in |