From 76a68d7dd02f3819e4e60cd9febfd45e20821e14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 08:59:23 +0100 Subject: Update content to split public and internal API --- frontends/atari/ctxmenu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontends/atari/ctxmenu.c') diff --git a/frontends/atari/ctxmenu.c b/frontends/atari/ctxmenu.c index e7420351e..f3f5f6dbb 100644 --- a/frontends/atari/ctxmenu.c +++ b/frontends/atari/ctxmenu.c @@ -19,9 +19,10 @@ #include "utils/log.h" #include "utils/messages.h" #include "utils/nsoption.h" +#include "utils/nsurl.h" #include "netsurf/browser_window.h" +#include "netsurf/content.h" #include "desktop/textinput.h" -#include "content/hlcache.h" #include "atari/gui.h" #include "atari/misc.h" @@ -50,7 +51,7 @@ struct s_context_info ctxinfo; static struct s_context_info * get_context_info( struct gui_window * gw, short mx, short my ) { - hlcache_handle *h; + struct hlcache_handle *h; GRECT area; struct browser_window * bw = gw->browser->bw; int sx, sy; -- cgit v1.2.3