From 478d953ea50169cab4ae57ba414c57332b17bf5f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 16 May 2009 14:50:30 +0000 Subject: Copy and save images in IFF ILBM format. Currently, the data in the BODY chunk is wrong. svn path=/trunk/netsurf/; revision=7516 --- amiga/bitmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index 80ae166d5..f3a7c4b89 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -29,6 +29,8 @@ struct bitmap { struct BitMap *nativebm; int nativebmwidth; int nativebmheight; + char *url; /* temporary storage space */ + char *title; /* temporary storage space */ }; struct BitMap *ami_getcachenativebm(struct bitmap *bitmap,int width,int height,struct BitMap *friendbm); -- cgit v1.2.3