diff options
Diffstat (limited to 'src/Xutf8.h')
| -rw-r--r-- | src/Xutf8.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Xutf8.h b/src/Xutf8.h index 51fc28291..8fe0ba0cb 100644 --- a/src/Xutf8.h +++ b/src/Xutf8.h @@ -25,6 +25,7 @@ extern "C" { #include <X11/Xlib.h> #include <X11/Xlocale.h> #include <X11/Xutil.h> +#include <FL/Fl_Export.H> typedef struct { int nb_font; @@ -98,8 +99,8 @@ XUtf8UcsWidth( XUtf8FontStruct *font_set, unsigned int ucs); -int -XGetUtf8FontAndGlyph( +FL_EXPORT int +fl_XGetUtf8FontAndGlyph( XUtf8FontStruct *font_set, unsigned int ucs, XFontStruct **fnt, |
