comparison src/ChangeLog @ 49449:b153cf78084e

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 25 Jan 2003 20:50:26 +0000
parents d5ef8b62f209
children 0a4df841f431
comparison
equal deleted inserted replaced
49448:26edfad422c5 49449:b153cf78084e
31 31
32 * w32fns.c (XPutPixel): Handle monochrome images; used for masks. 32 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
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
39 * minibuf.c (Fminibuffer_message): Verify type of parameter. 46 * minibuf.c (Fminibuffer_message): Verify type of parameter.
40 47