From 4ba7ae1d82a0e9fe7cbce54343e2e3e885623c14 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 16 Oct 2014 14:35:57 +0100 Subject: Fix with ugly -- but commented -- hack. --- render/html_interaction.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'render/html_interaction.c') 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 + /** * Get pointer shape for given box * -- cgit v1.2.3