summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-01 22:56:26 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-01 22:56:26 +0000
commit89bef6d65098476d38aa4fec7456a8bf4fd3d307 (patch)
tree5a41e6c5f3e27cd28b407b4f3cd72bcc013de5f5 /riscos/gui.h
parent4cca5c72edb8c342b35c83333ec3675c26b88d9a (diff)
downloadnetsurf-89bef6d65098476d38aa4fec7456a8bf4fd3d307.tar.gz
netsurf-89bef6d65098476d38aa4fec7456a8bf4fd3d307.tar.bz2
[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
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h3
1 files changed, 2 insertions, 1 deletions
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);