summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.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/history_local.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/history_local.c')
-rwxr-xr-xfrontends/amiga/history_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/history_local.c b/frontends/amiga/history_local.c
index 8ebfc7e65..34d6b03c4 100755
--- a/frontends/amiga/history_local.c
+++ b/frontends/amiga/history_local.c
@@ -132,7 +132,7 @@ void ami_history_open(struct gui_window *gw)
if(!gw->hw)
{
gw->hw = calloc(1, sizeof(struct history_window));
- gw->hw->gg = ami_plot_ra_alloc(scrn->Width, scrn->Height, false);
+ gw->hw->gg = ami_plot_ra_alloc(scrn->Width, scrn->Height, false, true);
gw->hw->gw = gw;
browser_window_history_size(gw->bw, &width, &height);