summaryrefslogtreecommitdiff
path: root/riscos/toolbar.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-08-08 20:16:17 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-08-08 20:16:17 +0000
commitafa046e1be4d01acdc035fbec2dab530c9e48abe (patch)
tree107f18b3e95d681dc5261b3dae8193cb49004ceb /riscos/toolbar.h
parent8337acfc7839cde431d4761bbe693f0faa17b741 (diff)
downloadnetsurf-afa046e1be4d01acdc035fbec2dab530c9e48abe.tar.gz
netsurf-afa046e1be4d01acdc035fbec2dab530c9e48abe.tar.bz2
[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
Diffstat (limited to 'riscos/toolbar.h')
-rw-r--r--riscos/toolbar.h4
1 files changed, 3 insertions, 1 deletions
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);