Author: manolo
Date: 2011-02-15 09:08:09 -0800 (Tue, 15 Feb 2011)
New Revision: 8430
Log:
Removed use of USE_X11 that was not defined.

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 15:54:06 UTC (rev 
8429)
+++ branches/branch-1.3/src/Fl_PostScript.cxx   2011-02-15 17:08:09 UTC (rev 
8430)
@@ -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
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to