summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-10 18:30:01 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-10 18:30:01 +0100
commit2364d68367dcd6b901ec8d5e02a240ffc9b3acec (patch)
tree8f31f7debde732f32101fb67270e5e2d6782f63a /amiga/bitmap.h
parenteaa6183567b1c9b5726a77d30e885c8b299cae6e (diff)
downloadnetsurf-2364d68367dcd6b901ec8d5e02a240ffc9b3acec.tar.gz
netsurf-2364d68367dcd6b901ec8d5e02a240ffc9b3acec.tar.bz2
avoid scaled images getting incorrect mask
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 bf25e8ecf..87c569f85 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -44,6 +44,8 @@ struct bitmap {
struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap,
int width, int height, struct BitMap *friendbm);
+PLANEPTR ami_bitmap_get_mask(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