aboutsummaryrefslogtreecommitdiffstats
path: root/include/utils/unix/keysym2ucs.h
blob: 1ae6fe40c37c700f3c2f7f2dc52b5f5b645dafae (plain)
1
2
3
4
5
6
7
8
/*
 * This module converts keysym values into the corresponding ISO 10646-1
 * (UCS, Unicode) values.
 */

#include <X11/X.h>

long keysym2ucs(KeySym keysym);