From 6239b32d92069595da0ba788311a3f9e4e71e690 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 9 Jul 2016 23:55:16 +0100 Subject: Make browserglob private to gui.c --- 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 e08349616..c87b56385 100755 --- a/frontends/amiga/history_local.c +++ b/frontends/amiga/history_local.c @@ -89,7 +89,7 @@ static void ami_history_redraw(struct history_window *hw) browser_window_history_redraw_rectangle(hw->gw->bw, xs, ys, bbox->Width + xs, bbox->Height + ys, 0, 0, &ctx); - glob = &browserglob; + ami_gui_set_default_gg(); ami_clearclipreg(hw->gg); ami_history_update_extent(hw); -- cgit v1.2.3