From 0dab93fe7652dd1f1c656356a62f01d4053bb2ff Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 20 Jan 2004 19:08:34 +0000 Subject: [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 --- riscos/gui.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'riscos/gui.h') 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 -- cgit v1.2.3