From 14d6826685a69d2983cb8df3faaf14b563a0ec6b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 26 Mar 2011 10:33:58 +0000 Subject: Implement ask overwrite svn path=/trunk/netsurf/; revision=12135 --- 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 d2246d242..e4c31637c 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -41,4 +41,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); +APTR ami_colormap_to_clut(struct ColorMap *cmap); #endif -- cgit v1.2.3