Removed use of USE_X11 that was not defined.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
37362e255b
commit
2549a38b82
@ -31,7 +31,7 @@
|
||||
#include <stdio.h>
|
||||
#include <FL/Fl_PostScript.H>
|
||||
#include <FL/Fl_Native_File_Chooser.H>
|
||||
#if defined(USE_X11) && !USE_XFT
|
||||
#if !defined(WIN32) && !defined(__APPLE__) && !USE_XFT
|
||||
#include "Fl_Font.H"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user