summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-12-01 21:49:57 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-12-01 21:49:57 +0000
commit02780e1f2d557390442abf26fd02ed0d01c3f334 (patch)
tree7526b4d6e67ea17ed3f8f1e9fecb5bf9a8147cc9 /content/content_protected.h
parent70c8d9485849451d666ef108cc6f1d7e287519b8 (diff)
downloadnetsurf-02780e1f2d557390442abf26fd02ed0d01c3f334.tar.gz
netsurf-02780e1f2d557390442abf26fd02ed0d01c3f334.tar.bz2
Currently untested (and unused) "drop file on content" handling, and HTML implementation.
svn path=/trunk/netsurf/; revision=13214
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 54825589e..34773016f 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -71,6 +71,8 @@ struct content_handler {
struct contextual_content *data);
bool (*scroll_at_point)(struct content *c, int x, int y,
int scrx, int scry);
+ bool (*drop_file_at_point)(struct content *c, int x, int y,
+ char *file);
nserror (*clone)(const struct content *old, struct content **newc);
bool (*matches_quirks)(const struct content *c, bool quirks);
content_type (*type)(void);