summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-19 12:46:42 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-19 12:46:42 +0100
commit57d2e31e591b97106f9c66ce54c96bc094208a54 (patch)
tree643ce8c6a28e210efe4b4baa4eab03bf1617d050 /content
parent762cade3622a4295c7209307a4626773bd6bc7c0 (diff)
downloadnetsurf-57d2e31e591b97106f9c66ce54c96bc094208a54.tar.gz
netsurf-57d2e31e591b97106f9c66ce54c96bc094208a54.tar.bz2
Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg with NULL content now means save the content which sends the message.
Diffstat (limited to 'content')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 19ec7919a..8987e2cdf 100644
--- a/content/content.h
+++ b/content/content.h
@@ -140,6 +140,7 @@ union content_msg_data {
CONTENT_SAVE_COMPLETE,
CONTENT_SAVE_SOURCE
} type;
+ /** if NULL, save the content generating the message */
struct hlcache_handle *content;
} dragsave;
/** CONTENT_MSG_SAVELINK - Save a URL */