From 76d1758d7f51d071be9c09b55e50c6ee82ed8afc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 13 Feb 2017 18:27:37 +0000 Subject: Make gui_globals less... global --- frontends/amiga/history_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/history_local.c') 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); -- cgit v1.2.3