From 889ae885c66b0278c632090a0e1b89746a895ed4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 14 Jul 2003 22:57:45 +0000 Subject: [project @ 2003-07-14 22:57:45 by bursa] Add content instances. svn path=/import/netsurf/; revision=216 --- desktop/browser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index d7bd0781b..016f2e636 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -52,6 +52,7 @@ struct browser_window struct { int mult; int div; } scale; struct content* current_content; + void *current_content_state; struct content* loading_content; struct history* history; clock_t time0; @@ -117,6 +118,6 @@ int box_position_distance(struct box_position* x, struct box_position* y); void gui_redraw_gadget(struct browser_window* bw, struct gui_gadget* g); void browser_window_stop_throbber(struct browser_window* bw); -void browser_window_reformat(struct browser_window* bw); +void browser_window_reformat(struct browser_window* bw, int scroll_to_top); #endif -- cgit v1.2.3