summaryrefslogtreecommitdiff
path: root/external/imKStoUCS.h
blob: 8d9b6905c4f855e914312fbf3f158e8b64186dc6 (plain)
1
2
3
4
5
6
7
8
/*
 * This is taken from the xlib:
 * libX11/src/xlibil18n/imKStoUCS.c
 */

#include <stdint.h>

uint32_t KeysymToUcs4(uint32_t keysym);