From a736775bbd5dbea26e84bc5fc98d35dea412494c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 16 Aug 2012 13:25:59 +0100 Subject: Avoid doing html->bw->current_content. --- render/html_interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') 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: { -- cgit v1.2.3