diff options
Diffstat (limited to 'src/xutf8/imKStoUCS.c')
| -rw-r--r-- | src/xutf8/imKStoUCS.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/imKStoUCS.c b/src/xutf8/imKStoUCS.c index 0af9a806c..aa67020f0 100644 --- a/src/xutf8/imKStoUCS.c +++ b/src/xutf8/imKStoUCS.c @@ -266,7 +266,7 @@ static unsigned short const keysym_to_unicode_20a0_20ac[] = { 0x20a8, 0x20a9, 0x20aa, 0x20ab, 0x20ac /* 0x20a8-0x20af */ }; -unsigned int +static unsigned int KeySymToUcs4(KeySym keysym) { /* 'Unicode keysym' */ |
