From 4496d3cdbda65edafc72a81380e6f914ff40451f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 30 Jun 2003 15:57:08 +0000 Subject: [project @ 2003-06-30 15:57:08 by bursa] Fix interlaced PNG display. svn path=/import/netsurf/; revision=192 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content') diff --git a/content/content.h b/content/content.h index 724e9305e..786013938 100644 --- a/content/content.h +++ b/content/content.h @@ -140,6 +140,7 @@ struct content png_structp png; png_infop info; unsigned long rowbytes; + int interlace; osspriteop_area *sprite_area; char *sprite_image; enum { PNG_PALETTE, PNG_DITHER, PNG_DEEP } type; -- cgit v1.2.3