Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b7e9aee1acf27fc98cb37ed69c05da71b4c3c69b
/
.
/
include
/
utils
/
unix
/
keysym2ucs.h
blob: 1ae6fe40c37c700f3c2f7f2dc52b5f5b645dafae [
file
] [
log
] [
blame
]
scroggo
b7e9aee
2011-03-15 15:15:15 +0000
[
diff
] [
blame^
]
1
/*
2
* This module converts keysym values into the corresponding ISO 10646-1
3
* (UCS, Unicode) values.
4
*/
5
6
#include
<
X11
/
X
.
h
>
7
8
long
keysym2ucs
(
KeySym
keysym
);