diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-21 14:03:52 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-21 14:03:52 +0000 |
| commit | 376cad54b166870abd3ffa601c8364abbc3eecb0 (patch) | |
| tree | 35593f366a6dacedd8b8a8fc736819b87275fcc3 /src/xutf8/utf8Wrap.c | |
| parent | c4b3a2d5d3d66849807929701b36e7d6272e5cbd (diff) | |
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
Diffstat (limited to 'src/xutf8/utf8Wrap.c')
| -rw-r--r-- | src/xutf8/utf8Wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index 5d498f449..8b0d61af5 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -203,7 +203,7 @@ get_encodings(char **font_name_list, /*********************************************************************/ /** find the first font which matches the name and load it. **/ /*********************************************************************/ -XFontStruct * +static XFontStruct * find_best_font(Display *dpy, char **name) { |
