summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:41:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:41:24 +0000
commit5e033b5133e2e97b49d0d1a4efe61251816fc52e (patch)
tree84bfbad74ca42c32998e8fccc08bdb0ffe05af44 /amiga/history_local.h
parent138d0754c9dff39c853717fb1bb4b1c3ff416d9b (diff)
downloadnetsurf-5e033b5133e2e97b49d0d1a4efe61251816fc52e.tar.gz
netsurf-5e033b5133e2e97b49d0d1a4efe61251816fc52e.tar.bz2
Give local history own off-screen rendering bitmap
svn path=/trunk/netsurf/; revision=9497
Diffstat (limited to 'amiga/history_local.h')
-rwxr-xr-xamiga/history_local.h1
1 files changed, 1 insertions, 0 deletions
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);