From bc509d32eb741e5d3876eaaf0abd270cf68cd3b4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 6 Jan 2011 10:24:58 +0000 Subject: Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO by FLTK_USE_CAIRO everywhere. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8198 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Cairo_Window.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Cairo_Window.H') diff --git a/FL/Fl_Cairo_Window.H b/FL/Fl_Cairo_Window.H index 988173836..504176bcf 100644 --- a/FL/Fl_Cairo_Window.H +++ b/FL/Fl_Cairo_Window.H @@ -31,7 +31,7 @@ #ifndef FL_CAIRO_WINDOW_H # define FL_CAIRO_WINDOW_H -# ifdef HAVE_CAIRO +# ifdef FLTK_HAVE_CAIRO // Cairo is currently supported for the following platforms: // Win32, Apple Quartz, X11 @@ -84,7 +84,7 @@ private: /** @} */ -# endif // HAVE_CAIRO +# endif // FLTK_HAVE_CAIRO #endif // FL_CAIRO_WINDOW_H // -- cgit v1.2.3