Fix libpng 1.5 changing data types.
commit3439d8a68c303f8ee1da4fe259e83a2860566967
authortadam <tadam>
Mon, 14 Feb 2011 21:50:53 +0000 (14 21:50 +0000)
committertadam <tadam>
Mon, 14 Feb 2011 21:50:53 +0000 (14 21:50 +0000)
treee69d10735fae20b40a8770b21de15c4c843daee8
parent7912e5d9c16c992a3fccf79b02fa735b8d030d21
Fix libpng 1.5 changing data types.

Use png_get_color_type() as the data type we were previously using is
now no longer public (Finfo_ptr->color_type).  This is in libpng 1.5 --
hopefully no need for an #ifdef.
ChangeLog
NEWS
libs/PictureImageLoader.c