aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_app/unix/keysym2ucs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sk_app/unix/keysym2ucs.h')
-rw-r--r--tools/sk_app/unix/keysym2ucs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/sk_app/unix/keysym2ucs.h b/tools/sk_app/unix/keysym2ucs.h
new file mode 100644
index 0000000000..0287f02ad9
--- /dev/null
+++ b/tools/sk_app/unix/keysym2ucs.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+/*
+ * This module converts keysym values into the corresponding ISO 10646-1
+ * (UCS, Unicode) values.
+ */
+
+#include <X11/X.h>
+
+long keysym2ucs(KeySym keysym);