From cfe6cd43dc6f83885f98bc14837bac195cb69eeb Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 7 Jul 2004 22:09:26 +0000 Subject: [project @ 2004-07-07 22:09:26 by rjw] Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054 --- riscos/toolbar.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'riscos/toolbar.h') diff --git a/riscos/toolbar.h b/riscos/toolbar.h index c7c94cf94..a62bf3d99 100644 --- a/riscos/toolbar.h +++ b/riscos/toolbar.h @@ -43,6 +43,10 @@ struct toolbar { /* The first toolbar icon */ struct toolbar_icon *icon; + + /* The toolbar type + */ + int type; /* Window handles */ @@ -52,7 +56,7 @@ struct toolbar { struct toolbar *ro_toolbar_create(osspriteop_area *sprite_area, char *url_buffer, - char *status_buffer, char *throbber_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); int ro_toolbar_reformat(struct toolbar *toolbar, int width); -- cgit v1.2.3