summaryrefslogtreecommitdiff
path: root/render/html.c
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/html.c
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/html.c')
-rw-r--r--render/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index 16b18263c..a45e26b7e 100644
--- a/render/html.c
+++ b/render/html.c
@@ -242,6 +242,7 @@ nserror html_create_html_data(html_content *c, const http_parameter *params)
c->page = NULL;
c->box = NULL;
c->font_func = &nsfont;
+ c->scrollbar = NULL;
nerror = http_parameter_list_find_item(params, "charset", &charset);
if (nerror == NSERROR_OK) {