summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h1
1 files changed, 1 insertions, 0 deletions
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);