summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-01-20 19:08:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-01-20 19:08:34 +0000
commit0dab93fe7652dd1f1c656356a62f01d4053bb2ff (patch)
tree3b3d7bc784d3f39f2474b231e4727288144b5902 /riscos/gui.h
parent10b546f7f974ac8e157426ee42d7abdd52dbf14b (diff)
downloadnetsurf-0dab93fe7652dd1f1c656356a62f01d4053bb2ff.tar.gz
netsurf-0dab93fe7652dd1f1c656356a62f01d4053bb2ff.tar.bz2
[project @ 2004-01-20 19:08:34 by jmb]
Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index fa0b783c3..a943851b8 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -166,6 +166,13 @@ void ro_gui_history_click(wimp_pointer *pointer);
#define ICON_TOOLBAR_STATUS 3
#define ICON_TOOLBAR_HISTORY 4
#define ICON_TOOLBAR_RELOAD 5
+#define ICON_TOOLBAR_STOP 6
+#define ICON_TOOLBAR_BACK 7
+#define ICON_TOOLBAR_FORWARD 8
+#define ICON_TOOLBAR_BOOKMARK 9
+#define ICON_TOOLBAR_SAVE 10
+#define ICON_TOOLBAR_PRINT 11
+#define ICON_TOOLBAR_HOME 12
#define ICON_CONFIG_SAVE 0
#define ICON_CONFIG_CANCEL 1