From c9fe1b604e98e02391aecfda2923130f09407453 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Jun 2011 22:21:15 +0000 Subject: HTML contents manage box scrollbars, rather than browser_windows. svn path=/trunk/netsurf/; revision=12519 --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 99f67ee1f..9c8161373 100644 --- a/render/box.h +++ b/render/box.h @@ -331,7 +331,7 @@ bool box_visible(struct box *box); void box_dump(FILE *stream, struct box *box, unsigned int depth); bool box_extract_link(const char *rel, const char *base, char **result); -bool box_handle_scrollbars(struct browser_window *bw, struct box *box, +bool box_handle_scrollbars(struct content *c, struct box *box, bool bottom, bool right); bool box_vscrollbar_present(const struct box *box); bool box_hscrollbar_present(const struct box *box); -- cgit v1.2.3