summaryrefslogtreecommitdiff
path: root/render/html_object.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-24 17:57:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-24 17:57:15 +0100
commitb27f3e5ac46bb85f605e27516c94d64a089c66c0 (patch)
treec65c5191b89bd718bd1a1b6ff736789fa7a559ba /render/html_object.c
parent197f6e34f8370b983411df93f539eb4fdf4295dd (diff)
downloadnetsurf-b27f3e5ac46bb85f605e27516c94d64a089c66c0.tar.gz
netsurf-b27f3e5ac46bb85f605e27516c94d64a089c66c0.tar.bz2
Open select menu via content msg, instead of breaking encapsulation.
Fixes bw deref and browser_private.h #include in render/
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 d048253a7..455733d0a 100644
--- a/render/html_object.c
+++ b/render/html_object.c
@@ -375,6 +375,7 @@ html_object_callback(hlcache_handle *object,
case CONTENT_MSG_SAVELINK:
case CONTENT_MSG_POINTER:
+ case CONTENT_MSG_SELECTMENU:
case CONTENT_MSG_GADGETCLICK:
/* These messages are for browser window layer.
* we're not interested, so pass them on. */