summaryrefslogtreecommitdiff
path: root/frontends/amiga/bitmap.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2021-06-28 19:38:15 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2021-06-28 19:38:15 +0100
commit793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b (patch)
treea5c48085327c60063894d112eaf422e258bb0dbf /frontends/amiga/bitmap.c
parent474fd81bf685714a4596350c679a1f08d2b00390 (diff)
downloadnetsurf-793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b.tar.gz
netsurf-793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b.tar.bz2
Amiga: do not force 32-bit bitmaps
This appears to be unnecessary
Diffstat (limited to 'frontends/amiga/bitmap.c')
-rw-r--r--frontends/amiga/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/bitmap.c b/frontends/amiga/bitmap.c
index e160f9351..97e537c10 100644
--- a/frontends/amiga/bitmap.c
+++ b/frontends/amiga/bitmap.c
@@ -750,7 +750,7 @@ static nserror bitmap_render(struct bitmap *bitmap, struct hlcache_handle *conte
plot_height = ((plot_width * bitmap->height) + (bitmap->width / 2)) /
bitmap->width;
- bm_globals = ami_plot_ra_alloc(bitmap->width, bitmap->height, true, false);
+ bm_globals = ami_plot_ra_alloc(bitmap->width, bitmap->height, false);
ami_clearclipreg(bm_globals);
struct redraw_context ctx = {