summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-08 15:05:07 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-08 15:05:07 +0000
commit9c20ff95924f3df9fa8d4f1bba52246a698b12b3 (patch)
tree0bd4db432e25ae5bd8164cadf7507cee3cf3f9fc /render/html_interaction.c
parent4747bbbfb21d645f950149bbe173a2618cd3eba9 (diff)
downloadnetsurf-9c20ff95924f3df9fa8d4f1bba52246a698b12b3.tar.gz
netsurf-9c20ff95924f3df9fa8d4f1bba52246a698b12b3.tar.bz2
Drag fixup. Add some documentation.
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index c33d654a7..dfebc2577 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -943,6 +943,7 @@ void html_overflow_scroll_drag_end(struct scrollbar *scrollbar,
}
}
+/* Documented in html_internal.h */
void html_set_drag_type(html_content *html, html_drag_type drag_type,
union html_drag_owner drag_owner, const struct rect *rect)
{