From db41dc3dac1528afbc369de91a28d1ebd4cf028b Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 7 Feb 2005 14:28:43 +0000 Subject: [project @ 2005-02-07 14:28:43 by rjw] Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497 --- riscos/theme.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'riscos/theme.h') diff --git a/riscos/theme.h b/riscos/theme.h index aa8061a78..0c6f369db 100644 --- a/riscos/theme.h +++ b/riscos/theme.h @@ -16,7 +16,8 @@ typedef enum { THEME_BROWSER_TOOLBAR, - THEME_HOTLIST_TOOLBAR + THEME_HOTLIST_TOOLBAR, + THEME_HISTORY_TOOLBAR } toolbar_type; struct theme_file_header { @@ -73,6 +74,7 @@ struct toolbar { char *throbber_buffer; /**< buffer for status text (read only) */ char *status_buffer; /**< buffer for status text (read only) */ struct toolbar_icon *icon; /**< first toolbar icon (read only) */ + struct toolbar_icon *suggest; /**< suggestion toolbar icon (read only) */ struct theme_descriptor *descriptor; /**< theme descriptor (read only) */ toolbar_type type; /**< toolbar type (read only) */ bool locked; /**< toolbar is locked from editing */ -- cgit v1.2.3