diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-10-08 11:57:22 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-10-08 11:57:34 +0200 |
| commit | 1a841795d1bd6580cb696c21a22d3815b0b3f09a (patch) | |
| tree | 1b6256b86845bf45d8368b7b450e4295dfb8d50c /src/drivers/Xlib/Fl_Font.H | |
| parent | de4a5765bc4339251410d29b116fa370177b0fbe (diff) | |
Fl_Xlib_Font_Descriptor does not need char glok[64] when USE_XFT is on
Diffstat (limited to 'src/drivers/Xlib/Fl_Font.H')
| -rw-r--r-- | src/drivers/Xlib/Fl_Font.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Xlib/Fl_Font.H b/src/drivers/Xlib/Fl_Font.H index 3b220e5d3..474d6ce78 100644 --- a/src/drivers/Xlib/Fl_Font.H +++ b/src/drivers/Xlib/Fl_Font.H @@ -44,10 +44,10 @@ public: # else XUtf8FontStruct* font; // X UTF-8 font information FL_EXPORT Fl_Xlib_Font_Descriptor(const char* xfontname); -# endif # if HAVE_GL char glok[64]; # endif // HAVE_GL +# endif // USE_XFT FL_EXPORT ~Fl_Xlib_Font_Descriptor(); }; |
