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:
parent
f22e50af97
commit
85256d15c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user