diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d13eda8bc7..155ff1e4d69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -33,6 +33,13 @@ | |||
| 33 | [HAVE_PNG]: Sync with xfns.c version. | 33 | [HAVE_PNG]: Sync with xfns.c version. |
| 34 | (png_load): Adjust colors for Windows. Use Windows | 34 | (png_load): Adjust colors for Windows. Use Windows |
| 35 | bitmaps. Disable color table lookups. | 35 | bitmaps. Disable color table lookups. |
| 36 | (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. | ||
| 37 | (init_png_functions): New function. | ||
| 38 | (png_read_from_memory, png_load): Call png library functions | ||
| 39 | through pointers determined at runtime. | ||
| 40 | (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. | ||
| 41 | (init_external_image_libraries): New function. | ||
| 42 | (init_xfns): Call it. | ||
| 36 | 43 | ||
| 37 | 2003-01-24 Andreas Schwab <schwab@suse.de> | 44 | 2003-01-24 Andreas Schwab <schwab@suse.de> |
| 38 | 45 | ||