From 376cad54b166870abd3ffa601c8364abbc3eecb0 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Thu, 21 Aug 2014 14:03:52 +0000 Subject: Apply static-fixes.patch by skunk. STR #2988 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10240 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/imKStoUCS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xutf8/imKStoUCS.c') 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' */ -- cgit v1.2.3