summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-15 14:21:15 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-15 14:21:15 +0000
commit8c74aeb6e17bbd97544bc41120c2d7d7a5c2b66c (patch)
treea217c9b26cecfc0f74367a6f662ccfab83144e02 /amiga/menu.h
parent51067561c9b6b3fe9f6dd5b032b570bf92f34a02 (diff)
downloadnetsurf-8c74aeb6e17bbd97544bc41120c2d7d7a5c2b66c.tar.gz
netsurf-8c74aeb6e17bbd97544bc41120c2d7d7a5c2b66c.tar.bz2
Add some options to the browser menu
Diffstat (limited to 'amiga/menu.h')
-rwxr-xr-xamiga/menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/menu.h b/amiga/menu.h
index d692320a3..da4a3aaa9 100755
--- a/amiga/menu.h
+++ b/amiga/menu.h
@@ -30,10 +30,10 @@
/* Maximum number of menu items - first value is number of static items
* (ie. everything not intially defined as NM_IGNORE) */
-#define AMI_MENU_MAX 52 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 57 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 43
+#define AMI_MENU_HOTLIST 48
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS
@@ -64,7 +64,7 @@
#define AMI_MENU_FIND FULLMENUNUM(2,0,0)
/* A special value for ami_menu_window_close */
-#define AMI_MENU_WINDOW_CLOSE_ALL 1
+#define AMI_MENU_WINDOW_CLOSE_ALL (void *)1
struct gui_window;
struct gui_window_2;