summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:27:37 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:27:37 +0000
commit76d1758d7f51d071be9c09b55e50c6ee82ed8afc (patch)
treed93f4e7130835136b77fe58bcfb8cbdba3172efb /frontends/amiga/history_local.c
parente38f4d2f1a2211ed03ac6418c460931194fa2870 (diff)
downloadnetsurf-76d1758d7f51d071be9c09b55e50c6ee82ed8afc.tar.gz
netsurf-76d1758d7f51d071be9c09b55e50c6ee82ed8afc.tar.bz2
Make gui_globals less... global
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 34d6b03c4..368557dd6 100755
--- a/frontends/amiga/history_local.c
+++ b/frontends/amiga/history_local.c
@@ -109,7 +109,7 @@ static void ami_history_redraw(struct history_window *hw)
ami_clearclipreg(hw->gg);
ami_history_update_extent(hw);
- BltBitMapRastPort(hw->gg->bm, 0, 0, hw->win->RPort,
+ BltBitMapRastPort(ami_plot_ra_get_bitmap(hw->gg), 0, 0, hw->win->RPort,
bbox->Left, bbox->Top, bbox->Width, bbox->Height, 0x0C0);
ami_gui_free_space_box(bbox);