From 89bef6d65098476d38aa4fec7456a8bf4fd3d307 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 1 Jul 2004 22:56:26 +0000 Subject: [project @ 2004-07-01 22:56:26 by rjw] Hotlist visit count monitoring. Hotlist redraw optimisations. Hotlist entry content type icons. svn path=/import/netsurf/; revision=1037 --- riscos/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index aec74e4b0..09f7e3c55 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -177,7 +177,8 @@ void ro_gui_history_mouse_at(wimp_pointer *pointer); /* in hotlist.c */ void ro_gui_hotlist_init(void); void ro_gui_hotlist_show(void); -void ro_gui_hotlist_add(char *title, char *url); +void ro_gui_hotlist_add(char *title, struct content *content); +void ro_gui_hotlist_visited(struct content *content); void ro_gui_hotlist_redraw(wimp_draw *redraw); void ro_gui_hotlist_click(wimp_pointer *pointer); -- cgit v1.2.3