summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-07 21:09:49 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-07 21:09:49 +0100
commitdd7935bb1f8f4437f47a1ebb097afd4c262e107f (patch)
treed85527ff1f156194f4277139428ab803fda3f648 /amiga/bitmap.h
parent391d483c9ded316cd3c40b77d37eb5ed021cd250 (diff)
downloadnetsurf-dd7935bb1f8f4437f47a1ebb097afd4c262e107f.tar.gz
netsurf-dd7935bb1f8f4437f47a1ebb097afd4c262e107f.tar.bz2
abstract the native bitmap fetcher functions, and make the favicon collection use the new one.
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h2
1 files changed, 2 insertions, 0 deletions
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);