diff options
| author | Manolo Gouy <Manolo> | 2016-09-21 19:25:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-21 19:25:47 +0000 |
| commit | 28044e71db14f2b92fd8ce33cd6f3d5b24d0e49f (patch) | |
| tree | b2436d11dd8c40e3af00f7f3592646353e2ca429 /src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | |
| parent | 6bba205c936c9a3917e5bd08238306c2ae7cc365 (diff) | |
Restore building with X11 but not Xft
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11963 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx')
| -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 |
