summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-05-09 22:49:17 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-05-09 22:49:17 +0000
commitac447fc293d791bf3155903d7755768f7a2b48ee (patch)
tree8d09d0e6228e9fbc1a834769e4553e816c643bb4 /render/html.h
parent5c95b32756affc5ce3ef88f919da4e3f801d776e (diff)
downloadnetsurf-ac447fc293d791bf3155903d7755768f7a2b48ee.tar.gz
netsurf-ac447fc293d791bf3155903d7755768f7a2b48ee.tar.bz2
s/scroll/scrollbar/ and improve scrollbar widget comments.
svn path=/trunk/netsurf/; revision=12363
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/html.h b/render/html.h
index a321f5d48..9f4f3f698 100644
--- a/render/html.h
+++ b/render/html.h
@@ -42,8 +42,8 @@ struct http_parameter;
struct imagemap;
struct object_params;
struct plotters;
-struct scroll;
-struct scroll_msg_data;
+struct scrollbar;
+struct scrollbar_msg_data;
/**
* Container for stylesheets used by an HTML document
@@ -141,7 +141,7 @@ void html_fini(void);
void html_redraw_a_box(struct hlcache_handle *h, struct box *box);
-void html_overflow_scroll_drag_end(struct scroll *scroll,
+void html_overflow_scroll_drag_end(struct scrollbar *scrollbar,
browser_mouse_state mouse, int x, int y);
size_t html_selection_drag_end(struct hlcache_handle *h,
browser_mouse_state mouse, int x, int y, int dir);