From afa046e1be4d01acdc035fbec2dab530c9e48abe Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 8 Aug 2004 20:16:17 +0000 Subject: [project @ 2004-08-08 20:16:17 by rjw] Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196 --- riscos/toolbar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'riscos/toolbar.h') diff --git a/riscos/toolbar.h b/riscos/toolbar.h index a62bf3d99..4f68fd01e 100644 --- a/riscos/toolbar.h +++ b/riscos/toolbar.h @@ -12,6 +12,7 @@ #ifndef _NETSURF_RISCOS_TOOLBAR_H_ #define _NETSURF_RISCOS_TOOLBAR_H_ +#include "netsurf/riscos/theme.h" #include "oslib/wimp.h" @@ -34,6 +35,7 @@ struct toolbar { */ unsigned int throbber_width; // Throbber width (0 = unavaiable) unsigned int throbber_height; // Throbber height (0 = unavaiable) + int throbber_frames; // Throbber frames (0 = unavaiable) unsigned int status_window; // Show status window? unsigned int standard_buttons; // Show standard buttons? unsigned int url_bar; // Show URL bar? @@ -55,7 +57,7 @@ struct toolbar { }; -struct toolbar *ro_toolbar_create(osspriteop_area *sprite_area, char *url_buffer, +struct toolbar *ro_toolbar_create(struct theme_entry *theme, char *url_buffer, char *status_buffer, char *throbber_buffer, int toolbar_type); void ro_toolbar_destroy(struct toolbar *toolbar); void ro_toolbar_resize_status(struct toolbar *toolbar, int height); -- cgit v1.2.3