2012-03-02 17:42:18 +01:00
|
|
|
Index: xemacs-21.5.31/glyphs-eimage.c
|
2012-01-08 23:55:11 +01:00
|
|
|
===================================================================
|
2012-03-02 17:42:18 +01:00
|
|
|
--- xemacs-21.5.31/src/glyphs-eimage.c
|
|
|
|
+++ xemacs-21.5.31/src/glyphs-eimage.c
|
|
|
|
@@ -911,7 +911,8 @@ png_instantiate (Lisp_Object image_insta
|
2012-01-08 23:55:11 +01:00
|
|
|
Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
|
|
|
|
struct png_unwind_data unwind;
|
|
|
|
int speccount = specpdl_depth ();
|
|
|
|
- int height, width;
|
|
|
|
+ png_uint_32 height, width;
|
|
|
|
+ int bit_depth, color_type;
|
|
|
|
struct png_memory_storage tbr; /* Data to be read */
|
|
|
|
|
|
|
|
/* PNG variables */
|