summaryrefslogtreecommitdiff
path: root/emu/port/keysym2ucs.h
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-03-25 15:55:14 +0000
committerCharles.Forsyth <devnull@localhost>2009-03-25 15:55:14 +0000
commitdfd1934d5e1ddbeb326f77fc0e52307c801a1a3e (patch)
treef1e8b23278caae95e01d88b00421d6c3642357ef /emu/port/keysym2ucs.h
parent78dfdcbd59dc8f36975e7695933e3f753957474c (diff)
x20090325-1554
Diffstat (limited to 'emu/port/keysym2ucs.h')
-rw-r--r--emu/port/keysym2ucs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/emu/port/keysym2ucs.h b/emu/port/keysym2ucs.h
new file mode 100644
index 00000000..1f23ac66
--- /dev/null
+++ b/emu/port/keysym2ucs.h
@@ -0,0 +1,9 @@
+/* $XFree86: xc/programs/xterm/keysym2ucs.h,v 1.1 1999/06/12 15:37:18 dawes Exp $ */
+/*
+ * This module converts keysym values into the corresponding ISO 10646-1
+ * (UCS, Unicode) values.
+ */
+
+#include <X11/X.h>
+
+long keysym2ucs(KeySym keysym);