summaryrefslogtreecommitdiff
path: root/ide/Xcode3
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-03-01 14:39:22 +0000
committerManolo Gouy <Manolo>2011-03-01 14:39:22 +0000
commit85256d15c4f0aa5fe2459103a8523fee7e64a6c5 (patch)
tree750ab7f0122ce0d76f498115963fd0313cff1bfd /ide/Xcode3
parentf22e50af97b45dbf9a63696f33d3c627e0f024b3 (diff)
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
Diffstat (limited to 'ide/Xcode3')
-rw-r--r--ide/Xcode3/config.h2
1 files changed, 2 insertions, 0 deletions
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