mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
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
This commit is contained in:
+4
-4
@@ -245,21 +245,21 @@
|
||||
#cmakedefine HAVE_LIBJPEG @HAVE_LIBJPEG@
|
||||
|
||||
/*
|
||||
* USE_CAIRO
|
||||
* FLTK_USE_CAIRO
|
||||
*
|
||||
* Do we have the cairo library available and want extended cairo use in fltk ?
|
||||
* will implies to link cairo.lib in all fltk based apps.
|
||||
*/
|
||||
|
||||
#cmakedefine USE_CAIRO @USE_CAIRO@
|
||||
#cmakedefine FLTK_USE_CAIRO @FLTK_USE_CAIRO@
|
||||
|
||||
/*
|
||||
* HAVE_CAIRO
|
||||
* FLTK_HAVE_CAIRO
|
||||
*
|
||||
* Do we have the cairo library available?
|
||||
*/
|
||||
|
||||
#cmakedefine HAVE_CAIRO @HAVE_CAIRO@
|
||||
#cmakedefine FLTK_HAVE_CAIRO @FLTK_HAVE_CAIRO@
|
||||
|
||||
/*
|
||||
* Which header file do we include for libpng?
|
||||
|
||||
Reference in New Issue
Block a user