From e3447be7a3f1d1b0722e264fa8dafc05807e3f36 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Jul 2011 11:05:18 +0000 Subject: Iconfication; only enabled when running on WB screen at present svn path=/trunk/netsurf/; revision=12562 --- amiga/bitmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index 114eaf34a..41d488e28 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -37,6 +37,7 @@ struct bitmap { int nativebmheight; char *url; /* temporary storage space */ char *title; /* temporary storage space */ + ULONG *icondata; /* for appicons */ }; struct BitMap *ami_getcachenativebm(struct bitmap *bitmap,int width,int height,struct BitMap *friendbm); -- cgit v1.2.3