summaryrefslogtreecommitdiff
path: root/frontends/monkey/browser.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 15:14:29 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 15:14:29 +0100
commit9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7 (patch)
treeeb04e570e0fcba89fc89e6bafbb3290b350da94e /frontends/monkey/browser.c
parent8861923455a294927398c3207c12ed3e2d6f350e (diff)
downloadnetsurf-9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7.tar.gz
netsurf-9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7.tar.bz2
reduce usage of content headers by monkey frontend
Diffstat (limited to 'frontends/monkey/browser.c')
-rw-r--r--frontends/monkey/browser.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/monkey/browser.c b/frontends/monkey/browser.c
index bfabd0f88..3bf0dd036 100644
--- a/frontends/monkey/browser.c
+++ b/frontends/monkey/browser.c
@@ -20,16 +20,17 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "utils/utils.h"
#include "utils/ring.h"
#include "utils/log.h"
#include "utils/messages.h"
+#include "utils/nsurl.h"
#include "netsurf/mouse.h"
#include "netsurf/window.h"
#include "netsurf/browser_window.h"
#include "netsurf/plotters.h"
-#include "content/hlcache.h"
#include "monkey/browser.h"
#include "monkey/plot.h"
@@ -140,7 +141,7 @@ gui_window_new_content(struct gui_window *g)
}
static void
-gui_window_set_icon(struct gui_window *g, hlcache_handle *icon)
+gui_window_set_icon(struct gui_window *g, struct hlcache_handle *icon)
{
fprintf(stdout, "WINDOW NEW_ICON WIN %u\n", g->win_num);
}