summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-01-20 07:46:12 -0800
committerDan Nicholson <dbn.lists@gmail.com>2009-03-19 11:51:09 -0700
commit83f198f1ae5c26a2d9a37579c9590c0aaab0416a (patch)
tree10207e380f012527e2499dafe1dfd9855c170e7f /.gitignore
parentd0a4291e74663508ab6549c59d2f6a57425580ff (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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4eca397..0f8ca90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.lo
+*.o
INSTALL
Makefile
Makefile.in