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
This commit is contained in:
Manolo Gouy 2011-03-01 14:39:22 +00:00
parent f22e50af97
commit 85256d15c4

View File

@ -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