From 5e033b5133e2e97b49d0d1a4efe61251816fc52e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 29 Aug 2009 14:41:24 +0000 Subject: Give local history own off-screen rendering bitmap svn path=/trunk/netsurf/; revision=9497 --- amiga/history_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/history_local.h') diff --git a/amiga/history_local.h b/amiga/history_local.h index 5330958a1..e6e0b77f5 100755 --- a/amiga/history_local.h +++ b/amiga/history_local.h @@ -31,6 +31,7 @@ struct history_window { struct browser_window *bw; ULONG pad[4]; struct Hook scrollerhook; + struct gui_globals gg; }; void ami_history_open(struct browser_window *bw, struct history *history); -- cgit v1.2.3