summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h2
1 files changed, 1 insertions, 1 deletions
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