Author: manolo Date: 2011-03-01 06:39:22 -0800 (Tue, 01 Mar 2011) New Revision: 8490 Log: Two png-related #define's were missing. This caused transparent png images to be wrong.
Modified: branches/branch-1.3/ide/Xcode3/config.h Modified: branches/branch-1.3/ide/Xcode3/config.h =================================================================== --- branches/branch-1.3/ide/Xcode3/config.h 2011-03-01 12:37:34 UTC (rev 8489) +++ branches/branch-1.3/ide/Xcode3/config.h 2011-03-01 14:39:22 UTC (rev 8490) @@ -38,6 +38,8 @@ #define HAVE_LIBZ 1 #define HAVE_LIBJPEG 1 #define HAVE_PNG_H 1 +#define HAVE_PNG_GET_VALID 1 +#define HAVE_PNG_SET_TRNS_TO_ALPHA 1 #define HAVE_PTHREAD 1 #define HAVE_PTHREAD_H 1 #define HAVE_LONG_LONG 1 _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
