From 2014dac36dd86ee7701f0e263758958c6632aa5e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Mar 2009 23:08:27 +0000 Subject: 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 --- amiga/history_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/history_local.h') 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); -- cgit v1.2.3