From ac447fc293d791bf3155903d7755768f7a2b48ee Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 9 May 2011 22:49:17 +0000 Subject: s/scroll/scrollbar/ and improve scrollbar widget comments. svn path=/trunk/netsurf/; revision=12363 --- render/html_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index dd04edb77..cbb323844 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -106,7 +106,7 @@ void html_mouse_track(struct content *c, struct browser_window *bw, void html_mouse_action(struct content *c, struct browser_window *bw, browser_mouse_state mouse, int x, int y); void html_overflow_scroll_callback(void *client_data, - struct scroll_msg_data *scroll_data); + struct scrollbar_msg_data *scrollbar_data); #endif -- cgit v1.2.3