diff options
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx index fbda18630..523147248 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx @@ -30,7 +30,9 @@ extern XIC fl_xim_ic; extern char fl_is_over_the_spot; - +#if !USE_XFT +extern char *fl_get_font_xfld(int fnum, int size); +#endif /* * By linking this module, the following static method will instantiate the |
