Author: manolo Date: 2011-02-15 09:29:39 -0800 (Tue, 15 Feb 2011) New Revision: 8431 Log: Added #include <config.h> to get access to USE_X11.
Modified: branches/branch-1.3/src/Fl_PostScript.cxx Modified: branches/branch-1.3/src/Fl_PostScript.cxx =================================================================== --- branches/branch-1.3/src/Fl_PostScript.cxx 2011-02-15 17:08:09 UTC (rev 8430) +++ branches/branch-1.3/src/Fl_PostScript.cxx 2011-02-15 17:29:39 UTC (rev 8431) @@ -25,13 +25,14 @@ // http://www.fltk.org/str.php // +#include <config.h> #include <FL/Fl.H> #include <FL/fl_ask.H> #include <FL/fl_draw.H> #include <stdio.h> #include <FL/Fl_PostScript.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" #endif _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
