summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-09 23:55:16 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-09 23:55:16 +0100
commit6239b32d92069595da0ba788311a3f9e4e71e690 (patch)
tree333a1136ebf8ce3e8c457440a1f10553c6169f9f /frontends/amiga/history_local.c
parent36a2a77a8e09fd56dfaea0efb1af627e14b4ceae (diff)
downloadnetsurf-6239b32d92069595da0ba788311a3f9e4e71e690.tar.gz
netsurf-6239b32d92069595da0ba788311a3f9e4e71e690.tar.bz2
Make browserglob private to gui.c
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 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);