From 9c20ff95924f3df9fa8d4f1bba52246a698b12b3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 8 Feb 2013 15:05:07 +0000 Subject: Drag fixup. Add some documentation. --- render/html_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index 85f3f8a70..3e562bc39 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -141,6 +141,14 @@ void html_set_status(html_content *c, const char *extra); void html__redraw_a_box(html_content *html, struct box *box); +/** + * Set our drag status, and inform whatever owns the content + * + * \param html HTML content + * \param drag_type Type of drag + * \param drag_owner What owns the drag + * \param rect Pointer movement bounds + */ void html_set_drag_type(html_content *html, html_drag_type drag_type, union html_drag_owner drag_owner, const struct rect *rect); -- cgit v1.2.3