diff options
| author | Manolo Gouy <Manolo> | 2011-02-15 17:08:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-15 17:08:09 +0000 |
| commit | 2549a38b820a50156825f71cb510196e29149952 (patch) | |
| tree | 10d5932b3e414aa4abd4fa11e88bdcbd8840cf16 /src | |
| parent | 37362e255b8a2c8f966709cdf1366300c59358ab (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |
