From dd7935bb1f8f4437f47a1ebb097afd4c262e107f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 7 Aug 2012 21:09:49 +0100 Subject: abstract the native bitmap fetcher functions, and make the favicon collection use the new one. --- amiga/bitmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index 3b6f147ad..ce5624c31 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -42,6 +42,8 @@ struct bitmap { ULONG *icondata; /* for appicons */ }; +struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap, + int width, int height, struct BitMap *friendbm); 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); -- cgit v1.2.3