summaryrefslogtreecommitdiff
path: root/frontends/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:41:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:41:38 +0000
commit0c32cbb7cb942a3c5845064701f04dc5b413dfad (patch)
treecf50b4f80a61a921e90cfaf271fda4e594b5e606 /frontends/amiga/bitmap.h
parent184348dada5ca68c0765c54061fef76408d4ed6c (diff)
downloadnetsurf-0c32cbb7cb942a3c5845064701f04dc5b413dfad.tar.gz
netsurf-0c32cbb7cb942a3c5845064701f04dc5b413dfad.tar.bz2
Try to ensure we get the correct type of native BitMap
Diffstat (limited to 'frontends/amiga/bitmap.h')
-rwxr-xr-xfrontends/amiga/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/bitmap.h b/frontends/amiga/bitmap.h
index 056953fa9..17939d79a 100755
--- a/frontends/amiga/bitmap.h
+++ b/frontends/amiga/bitmap.h
@@ -34,7 +34,7 @@ struct nsurl;
struct gui_globals;
struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap,
- int width, int height, struct BitMap *friendbm);
+ int width, int height, bool palette_mapped, struct BitMap *friendbm);
PLANEPTR ami_bitmap_get_mask(struct bitmap *bitmap, int width,
int height, struct BitMap *n_bm);