[master] Changed argument of png_get_io_ptr() back to png_struct

because we promised not to change its signature, so it can be used
safely in configure scripts to detect libpng.
This commit is contained in:
Glenn Randers-Pehrson
2011-01-21 22:17:18 -06:00
parent 379d0160ea
commit b94d24eb25
5 changed files with 16 additions and 14 deletions

View File

@@ -2747,11 +2747,13 @@ version 1.4.6beta02 [January 14, 2011]
version 1.4.6beta03 [January 14, 2011]
Fixed some typecasts in png_debug statements (Cosmin).
version 1.4.6beta04 [January 21, 2011]
version 1.4.6beta04 [January 22, 2011]
Updated documentation of png_set|get_tRNS() (Thomas Klausner).
Added const_png_structp and const_png_infop types, and used them in
prototypes for most png_get_*() functions.
In the manual, describe the png_get_IHDR() arguments in the correct order.
Ported change in png_do_rgb_to_gray() from libpng-1.5.1, to make
it more robust against internal libpng coding errors.
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit