summaryrefslogtreecommitdiff
path: root/frontends/atari/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
commit8fdf262683dab03fb01941f74cfa698b1f9d6834 (patch)
tree11bc5b6b7dda4ff904e6d3df06cbfe83b0a82248 /frontends/atari/gui.c
parent042fcb82b83d19bf08afd3367235ac71a60b3850 (diff)
downloadnetsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.gz
netsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.bz2
remove unecessary content API usage from atari frontend
Diffstat (limited to 'frontends/atari/gui.c')
-rw-r--r--frontends/atari/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/atari/gui.c b/frontends/atari/gui.c
index 16cc3193f..36ef527cb 100644
--- a/frontends/atari/gui.c
+++ b/frontends/atari/gui.c
@@ -39,7 +39,6 @@
#include "netsurf/content.h"
#include "content/urldb.h"
#include "content/backing_store.h"
-#include "content/hlcache.h"
#include "desktop/treeview.h"
#include "atari/gemtk/gemtk.h"
@@ -663,7 +662,7 @@ gui_window_remove_caret(struct gui_window *w)
* \param icon handle to object to use as icon.
*/
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)
{
struct bitmap *bmp_icon;