mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 581192: Sync mozpngconf.h with libpng-1.4.3. (fix obsolete #defines for png_check_sig & png_set_dither) r=joe a=blocking
This commit is contained in:
parent
5fe761fff2
commit
79f2ab05d8
@ -164,7 +164,6 @@
|
||||
#define png_build_grayscale_palette MOZ_PNG_build_g_p
|
||||
#define png_calculate_crc MOZ_PNG_calc_crc
|
||||
#define png_check_chunk_name MOZ_PNG_ck_chunk_name
|
||||
#define png_check_sig MOZ_PNG_ck_sig
|
||||
#define png_chunk_error MOZ_PNG_chunk_err
|
||||
#define png_chunk_warning MOZ_PNG_chunk_warn
|
||||
#define png_combine_row MOZ_PNG_combine_row
|
||||
@ -361,7 +360,7 @@
|
||||
#define png_set_compression_strategy MOZ_PNG_set_comp_strategy
|
||||
#define png_set_compression_window_bits MOZ_PNG_set_comp_win_bits
|
||||
#define png_set_crc_action MOZ_PNG_set_crc_action
|
||||
#define png_set_dither MOZ_PNG_set_dither
|
||||
#define png_set_quantize MOZ_PNG_set_quantize
|
||||
#define png_set_error_fn MOZ_PNG_set_error_fn
|
||||
#define png_set_expand MOZ_PNG_set_expand
|
||||
#define png_set_filler MOZ_PNG_set_filler
|
||||
|
Loading…
Reference in New Issue
Block a user