Added #include <config.h> to get access to USE_X11.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
2549a38b82
commit
01085aca4b
@ -25,13 +25,14 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/fl_ask.H>
|
#include <FL/fl_ask.H>
|
||||||
#include <FL/fl_draw.H>
|
#include <FL/fl_draw.H>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <FL/Fl_PostScript.H>
|
#include <FL/Fl_PostScript.H>
|
||||||
#include <FL/Fl_Native_File_Chooser.H>
|
#include <FL/Fl_Native_File_Chooser.H>
|
||||||
#if !defined(WIN32) && !defined(__APPLE__) && !USE_XFT
|
#if defined(USE_X11) && !USE_XFT
|
||||||
#include "Fl_Font.H"
|
#include "Fl_Font.H"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user