From 02780e1f2d557390442abf26fd02ed0d01c3f334 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 1 Dec 2011 21:49:57 +0000 Subject: Currently untested (and unused) "drop file on content" handling, and HTML implementation. svn path=/trunk/netsurf/; revision=13214 --- content/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 6e900922a..730988b2a 100644 --- a/content/content.h +++ b/content/content.h @@ -177,6 +177,8 @@ void content_get_contextual_content(struct hlcache_handle *h, int x, int y, struct contextual_content *data); bool content_scroll_at_point(struct hlcache_handle *h, int x, int y, int scrx, int scry); +bool content_drop_file_at_point(struct hlcache_handle *h, + int x, int y, char *file); struct content_rfc5988_link *content_find_rfc5988_link(struct hlcache_handle *c, lwc_string *rel); -- cgit v1.2.3