summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-07 22:09:26 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-07 22:09:26 +0000
commitcfe6cd43dc6f83885f98bc14837bac195cb69eeb (patch)
treee6b1e3f7f042bdf8e34514eb62f28c151be23afd /riscos/theme.h
parentc01b0bf64536306498e96b845a052eab7fd084a1 (diff)
downloadnetsurf-cfe6cd43dc6f83885f98bc14837bac195cb69eeb.tar.gz
netsurf-cfe6cd43dc6f83885f98bc14837bac195cb69eeb.tar.bz2
[project @ 2004-07-07 22:09:26 by rjw]
Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/riscos/theme.h b/riscos/theme.h
index 3f22f7af6..9cbe809f9 100644
--- a/riscos/theme.h
+++ b/riscos/theme.h
@@ -28,9 +28,10 @@ struct theme_entry {
extern int theme_throbs;
void ro_theme_load(char *pathname);
-void ro_theme_create_toolbar(gui_window *g);
-int ro_theme_update_toolbar(gui_window *g);
-int ro_theme_resize_toolbar(gui_window *g);
+void ro_theme_create_browser_toolbar(gui_window *g);
+void ro_theme_create_hotlist_toolbar(void);
+int ro_theme_update_toolbar(struct toolbar *toolbar, wimp_w window);
+int ro_theme_resize_toolbar(struct toolbar *toolbar, wimp_w window);
struct theme_entry *ro_theme_list(unsigned int *entries);
void ro_theme_list_free(struct theme_entry *list, unsigned int entries);