From 08d0c1682250763c0f8300e54bfa877345edd5fb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 16 May 2009 17:04:28 +0000 Subject: Copy and save images as IFF ILBM attempt 2. Copy now works, saving just creates an empty file - probably something wrong with my DTM_WRITE call. svn path=/trunk/netsurf/; revision=7517 --- amiga/bitmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index f3a7c4b89..48dc9d758 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -20,6 +20,7 @@ #define AMIGA_BITMAP_H #include #include +#include struct bitmap { int width; @@ -34,5 +35,5 @@ struct bitmap { }; struct BitMap *ami_getcachenativebm(struct bitmap *bitmap,int width,int height,struct BitMap *friendbm); - +Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap); #endif -- cgit v1.2.3