summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h4
1 files changed, 3 insertions, 1 deletions
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 */