summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-30 15:57:08 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-30 15:57:08 +0000
commit4496d3cdbda65edafc72a81380e6f914ff40451f (patch)
treeb5ae6a2f481e10a72b28238801d78340c0f8d2bb /content
parent58267e14fde3fe1ead0579e5517602d1482bde97 (diff)
downloadnetsurf-4496d3cdbda65edafc72a81380e6f914ff40451f.tar.gz
netsurf-4496d3cdbda65edafc72a81380e6f914ff40451f.tar.bz2
[project @ 2003-06-30 15:57:08 by bursa]
Fix interlaced PNG display. svn path=/import/netsurf/; revision=192
Diffstat (limited to 'content')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
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;