From 83f198f1ae5c26a2d9a37579c9590c0aaab0416a Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 20 Jan 2009 07:46:12 -0800 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4eca397..0f8ca90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.lo +*.o INSTALL Makefile Makefile.in -- cgit v1.2.3