summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-16 14:35:57 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-16 14:35:57 +0100
commit4ba7ae1d82a0e9fe7cbce54343e2e3e885623c14 (patch)
treecf955cfc3180509bd1e0893c7fe4753eafdc9161 /render/html_interaction.c
parent63645c4c322a392e6d5a72f34534a515653bac32 (diff)
downloadnetsurf-4ba7ae1d82a0e9fe7cbce54343e2e3e885623c14.tar.gz
netsurf-4ba7ae1d82a0e9fe7cbce54343e2e3e885623c14.tar.bz2
Fix with ugly -- but commented -- hack.
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 72ab22d81..dbae06377 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -54,6 +54,13 @@
#include "render/imagemap.h"
#include "render/search.h"
+/* TODO:
+ * This is currently needed here because the forms stuff (select menu
+ * specifically) is badly designed. But I'd rather it were here in the
+ * core than in all the front ends. We should fix this so we communicate
+ * with the browser window layer via the content message system. -- tlsa */
+#include <desktop/browser_private.h>
+
/**
* Get pointer shape for given box
*