From 2549a38b820a50156825f71cb510196e29149952 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 15 Feb 2011 17:08:09 +0000 Subject: [PATCH] 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 --- src/Fl_PostScript.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index fc71ce199..973a18fa4 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -31,7 +31,7 @@ #include #include #include -#if defined(USE_X11) && !USE_XFT +#if !defined(WIN32) && !defined(__APPLE__) && !USE_XFT #include "Fl_Font.H" #endif