From c359b9400b720f9ee175154a1ffa542b5ccc2d97 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 5 Aug 2012 15:16:02 +0100 Subject: Palette-mapped bitmap support --- amiga/bitmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index 41d488e28..3153ee7da 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -35,12 +35,16 @@ struct bitmap { struct BitMap *nativebm; int nativebmwidth; int nativebmheight; + APTR native_mask; + Object *dto; 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); +struct BitMap *ami_bitmap_get_palettemapped(struct bitmap *bitmap, int width, int height); + Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap); struct bitmap *ami_bitmap_from_datatype(char *filename); #endif -- cgit v1.2.3