summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-11-04 01:19:46 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-11-04 01:19:46 +0000
commit010039686d6bf0605a4874fee05c99e3eb3f3c98 (patch)
treecaaa76504142e0ac524b6d8b22d0448b0a18b435 /riscos/theme.h
parent5fd222bd5396e246c0e126cf355d378fd8944c30 (diff)
downloadnetsurf-010039686d6bf0605a4874fee05c99e3eb3f3c98.tar.gz
netsurf-010039686d6bf0605a4874fee05c99e3eb3f3c98.tar.bz2
[project @ 2004-11-04 01:19:46 by rjw]
Toolbar separator icons are now displayed. svn path=/import/netsurf/; revision=1342
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/theme.h b/riscos/theme.h
index 8e34ff66b..1f6e90b2e 100644
--- a/riscos/theme.h
+++ b/riscos/theme.h
@@ -85,6 +85,7 @@ struct theme_descriptor *ro_gui_theme_get_available(void);
bool ro_gui_theme_open(struct theme_descriptor *descriptor, bool list);
bool ro_gui_theme_apply(struct theme_descriptor *descriptor);
void ro_gui_theme_close(struct theme_descriptor *descriptor, bool list);
+void ro_gui_theme_redraw(struct toolbar *toolbar, wimp_draw *redraw);
struct toolbar *ro_gui_theme_create_toolbar(struct theme_descriptor *descriptor, toolbar_type type);
bool ro_gui_theme_update_toolbar(struct theme_descriptor *descriptor, struct toolbar *toolbar);