fff5f7d5d8
Add pngprefix.h file generated by libpng configure/make process (which we don't run during wxWidgets build, so this is something that will need to be redone manually whenever libpng is upgraded, the procedure for doing this is documented in docs/tech/tn0025.txt) in order to use "wx_" prefix for all libpng public symbols. This should avoid at least some problems due to the conflicts between the built-in libpng and shared libpng loaded into the process as GTK+ libraries dependency under Unix. Also rename wx_png_{warning,error} to use upper case PNG for consistency with wx_PNG_stream_{reader,writer} and to avoid conflict with png_{warning,error}() which we now rename to have "wx_" prefix. Closes #14157. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
760 B
Groff
19 lines
760 B
Groff
.TH LIBPNGPF 3 "April 25, 2013"
|
|
.SH NAME
|
|
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.2
|
|
(private functions)
|
|
.SH SYNOPSIS
|
|
\fB#include \fI"pngpriv.h"
|
|
|
|
\fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fIfunction.
|
|
|
|
.SH DESCRIPTION
|
|
The functions previously listed here are used privately by libpng and are not
|
|
available for use by applications. They are not "exported" to applications
|
|
using shared libraries.
|
|
|
|
.SH SEE ALSO
|
|
.BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
|
|
.SH AUTHOR
|
|
Glenn Randers-Pehrson
|