From 46f8f4bcb43be76d6c200bcbe1a33474e1ad70cb Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 22 Feb 2015 13:26:00 +0000 Subject: Fix undefined reference XGetUtf8FontAndGlyph (STR #3191). XGetUtf8FontAndGlyph was referenced in libfltk_gl if configured w/o xft and defined in libfltk, but not exported (regression since 1.3.3). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/utf8Wrap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/xutf8/utf8Wrap.c') diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index c39b196ec..a88e0ea97 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -816,10 +816,10 @@ XUtf8TextWidth(XUtf8FontStruct *font_set, /** get the X font and glyph ID of a UCS char **/ /*****************************************************************************/ int -XGetUtf8FontAndGlyph(XUtf8FontStruct *font_set, - unsigned int ucs, - XFontStruct **fnt, - unsigned short *id) { +fl_XGetUtf8FontAndGlyph(XUtf8FontStruct *font_set, + unsigned int ucs, + XFontStruct **fnt, + unsigned short *id) { /* int x; */ int *encodings; /* encodings array */ -- cgit v1.2.3