From 85256d15c4f0aa5fe2459103a8523fee7e64a6c5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 1 Mar 2011 14:39:22 +0000 Subject: Two png-related #define's were missing. This caused transparent png images to be wrong. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8490 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ide/Xcode3') diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h index 1858c3b35..fade26562 100644 --- a/ide/Xcode3/config.h +++ b/ide/Xcode3/config.h @@ -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 -- cgit v1.2.3