summaryrefslogtreecommitdiff
path: root/frontends/amiga/bitmap.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:09:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:09:43 +0000
commit593ec1fbeab32d598bc4cc5de42bb0887ad0d520 (patch)
treed7f95372c4caf1a860d414a67bb8fb78a6df0820 /frontends/amiga/bitmap.c
parent075e9c0258bd75307a90b3e6bd576742bf212b08 (diff)
downloadnetsurf-593ec1fbeab32d598bc4cc5de42bb0887ad0d520.tar.gz
netsurf-593ec1fbeab32d598bc4cc5de42bb0887ad0d520.tar.bz2
Manage shared pens internally unless we need multiple lists (eg. per browser_window)
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 31448d6cc..24471c31f 100644
--- a/frontends/amiga/bitmap.c
+++ b/frontends/amiga/bitmap.c
@@ -733,7 +733,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);
+ bm_globals = ami_plot_ra_alloc(bitmap->width, bitmap->height, true, false);
ami_clearclipreg(bm_globals);
struct redraw_context ctx = {