summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-21 20:30:02 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-21 20:30:02 +0000
commit0cc19b10fcd9f43bb4c9d83654d2d07cad139b12 (patch)
treecce7ce96c7415d0d9d634444f2fbe812f4835b80 /amiga/bitmap.h
parent7efd9a2c676605aacdf58f7a8a531f0032502b51 (diff)
downloadnetsurf-0cc19b10fcd9f43bb4c9d83654d2d07cad139b12.tar.gz
netsurf-0cc19b10fcd9f43bb4c9d83654d2d07cad139b12.tar.bz2
alloc bitmap structures using itempools
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index ff1b01c6e..4607d9f99 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -53,6 +53,9 @@ PLANEPTR ami_bitmap_get_mask(struct bitmap *bitmap, int width,
Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap);
struct bitmap *ami_bitmap_from_datatype(char *filename);
+void amiga_bitmap_fini(void);
+bool amiga_bitmap_init(void);
+
#ifndef __amigaos4__
void ami_bitmap_argb_to_rgba(struct bitmap *bm);
#endif