summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-27 22:21:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-27 22:21:15 +0000
commitc9fe1b604e98e02391aecfda2923130f09407453 (patch)
tree06e6691591781b4041e3e504291572b8032cca30 /render/box.h
parent6f215b1f029e144d98bf39f19e5d142d52621ac7 (diff)
downloadnetsurf-c9fe1b604e98e02391aecfda2923130f09407453.tar.gz
netsurf-c9fe1b604e98e02391aecfda2923130f09407453.tar.bz2
HTML contents manage box scrollbars, rather than browser_windows.
svn path=/trunk/netsurf/; revision=12519
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
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);