mirror of https://github.com/fltk/fltk
Restore building with --disable-xft
This commit is contained in:
parent
736c20f7a2
commit
b4686f0e5b
|
@ -25,6 +25,9 @@
|
|||
# if ! defined(GLX_VERSION_1_3)
|
||||
# typedef void *GLXFBConfig;
|
||||
# endif
|
||||
#if ! USE_XFT
|
||||
# include "../Xlib/Fl_Font.H"
|
||||
#endif
|
||||
|
||||
|
||||
// Describes crap needed to create a GLContext.
|
||||
|
|
Loading…
Reference in New Issue