summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-30 21:43:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-30 21:43:14 +0000
commit06107bf0503a2a0859b475542242416b5d7e7c76 (patch)
tree8d390e8519e9cdd7929e680a828d88a954c1fb46 /amiga/menu.h
parent768fea80aa0490802d795bccf1982d09a31d1faf (diff)
downloadnetsurf-06107bf0503a2a0859b475542242416b5d7e7c76.tar.gz
netsurf-06107bf0503a2a0859b475542242416b5d7e7c76.tar.bz2
Mostly working scale. Fast scrolling doesn't work when scaled, and neither does
updating boxes (GIF anims etc) svn path=/trunk/netsurf/; revision=9513
Diffstat (limited to 'amiga/menu.h')
-rwxr-xr-xamiga/menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/menu.h b/amiga/menu.h
index 5ba50fc2a..1c4e7d7ed 100755
--- a/amiga/menu.h
+++ b/amiga/menu.h
@@ -28,10 +28,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 46 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 49 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 38
+#define AMI_MENU_HOTLIST 41
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS