summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-02-07 14:28:43 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-02-07 14:28:43 +0000
commitdb41dc3dac1528afbc369de91a28d1ebd4cf028b (patch)
treef75e11a34984a2a5c5457c2bcf24147721dc0637 /riscos/theme.h
parent3bfe5701c3316ccc832e5268dd2db73fd600ded8 (diff)
downloadnetsurf-db41dc3dac1528afbc369de91a28d1ebd4cf028b.tar.gz
netsurf-db41dc3dac1528afbc369de91a28d1ebd4cf028b.tar.bz2
[project @ 2005-02-07 14:28:43 by rjw]
Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
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 */