From b23f55c81bca21de7841111ace809df0f6408d65 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Jan 2017 16:49:14 +0000 Subject: fix warnings and errors in atari frontend --- frontends/atari/hotlist.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontends/atari/hotlist.c') diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c index ee9385d7d..da599161b 100644 --- a/frontends/atari/hotlist.c +++ b/frontends/atari/hotlist.c @@ -25,9 +25,9 @@ #include "utils/log.h" #include "utils/messages.h" -#include "utils/utils.h" #include "utils/nsoption.h" #include "utils/nsurl.h" +#include "netsurf/inttypes.h" #include "netsurf/keypress.h" #include "content/content.h" #include "desktop/hotlist.h" @@ -91,12 +91,12 @@ static void atari_hotlist_draw(struct core_window *cw, int x, static void atari_hotlist_keypress(struct core_window *cw, uint32_t ucs4) { - GUIWIN *gemtk_win; - GRECT area; + //GUIWIN *gemtk_win; + //GRECT area; LOG("ucs4: %"PRIu32 , ucs4); hotlist_keypress(ucs4); - gemtk_win = atari_treeview_get_gemtk_window(cw); - atari_treeview_get_grect(cw, TREEVIEW_AREA_CONTENT, &area); + //gemtk_win = atari_treeview_get_gemtk_window(cw); + //atari_treeview_get_grect(cw, TREEVIEW_AREA_CONTENT, &area); //gemtk_wm_exec_redraw(gemtk_win, &area); } -- cgit v1.2.3