summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 23:08:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 23:08:27 +0000
commit2014dac36dd86ee7701f0e263758958c6632aa5e (patch)
treee4037f43ccefafbcaaef4114c0d0e7a87bb8a8b2 /amiga/history_local.h
parent0bdcf4b8e2538d499a95ac7153a5ad101b0100e0 (diff)
downloadnetsurf-2014dac36dd86ee7701f0e263758958c6632aa5e.tar.gz
netsurf-2014dac36dd86ee7701f0e263758958c6632aa5e.tar.bz2
Add ability to render part of a local history window.
This is achieved through new function history_redraw_rectangle. It takes the co-ordinates of the history area to plot as parameters 2-5 and the co-ordinates of the top-left position to draw this area as params 6,7 Added local history scrolling to Amiga port using the above function. svn path=/trunk/netsurf/; revision=6740
Diffstat (limited to 'amiga/history_local.h')
-rwxr-xr-xamiga/history_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history_local.h b/amiga/history_local.h
index c06702673..c649f7501 100755
--- a/amiga/history_local.h
+++ b/amiga/history_local.h
@@ -30,7 +30,7 @@ struct history_window {
struct nsObject *node;
struct browser_window *bw;
ULONG pad[4];
-
+ struct Hook scrollerhook;
};
void ami_history_open(struct browser_window *bw, struct history *history);