summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-16 13:25:59 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-16 13:25:59 +0100
commita736775bbd5dbea26e84bc5fc98d35dea412494c (patch)
tree6598f05337dc311e8f5f88860bfc85937c394b45 /render
parent699173331bb65505a67610b44ea9bef8ab5cfb33 (diff)
downloadnetsurf-a736775bbd5dbea26e84bc5fc98d35dea412494c.tar.gz
netsurf-a736775bbd5dbea26e84bc5fc98d35dea412494c.tar.bz2
Avoid doing html->bw->current_content.
Diffstat (limited to 'render')
-rw-r--r--render/html_interaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 3836ac062..3b6f95506 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -836,7 +836,7 @@ void html_overflow_scroll_callback(void *client_data,
switch(scrollbar_data->msg) {
case SCROLLBAR_MSG_MOVED:
- html_redraw_a_box(html->bw->current_content, box);
+ html__redraw_a_box(html, box);
break;
case SCROLLBAR_MSG_SCROLL_START:
{