Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
06f7f4051eeb299cb15b308edabd17344c183a36
/
.
/
include
/
utils
/
unix
/
keysym2ucs.h
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
);