blob: 1ae6fe40c37c700f3c2f7f2dc52b5f5b645dafae [file] [log] [blame]
scroggob7e9aee2011-03-15 15:15:15 +00001/*
2 * This module converts keysym values into the corresponding ISO 10646-1
3 * (UCS, Unicode) values.
4 */
5
6#include <X11/X.h>
7
8long keysym2ucs(KeySym keysym);