blob: 1ae6fe40c37c700f3c2f7f2dc52b5f5b645dafae [file] [log] [blame]
/*
* This module converts keysym values into the corresponding ISO 10646-1
* (UCS, Unicode) values.
*/
#include <X11/X.h>
long keysym2ucs(KeySym keysym);