summaryrefslogtreecommitdiff
path: root/render/html_object.c
diff options
context:
space:
mode:
authorRob Kendrick <rjek@rjek.com>2014-01-05 16:04:35 +0000
committerRob Kendrick <rjek@rjek.com>2014-01-05 16:04:35 +0000
commit0d7f1cfc93008add9a082c2c54de8427ac0f1786 (patch)
tree73bfabddbd734eb5a705ed313c260be893637355 /render/html_object.c
parentd8ad3b8e7893630d3866bc56c90f6f7556ab1740 (diff)
downloadnetsurf-0d7f1cfc93008add9a082c2c54de8427ac0f1786.tar.gz
netsurf-0d7f1cfc93008add9a082c2c54de8427ac0f1786.tar.bz2
Add infrastructure for calling front ends to set file gadget filenames via clicking in addition to drag-and-drop
Diffstat (limited to 'render/html_object.c')
-rw-r--r--render/html_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_object.c b/render/html_object.c
index 7b34c4a7e..15ca7ed3b 100644
--- a/render/html_object.c
+++ b/render/html_object.c
@@ -368,6 +368,7 @@ html_object_callback(hlcache_handle *object,
case CONTENT_MSG_SAVELINK:
case CONTENT_MSG_POINTER:
+ case CONTENT_MSG_GADGETCLICK:
/* These messages are for browser window layer.
* we're not interested, so pass them on. */
content_broadcast(&c->base, event->type, event->data);