summaryrefslogtreecommitdiff
path: root/amiga/menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-23 15:59:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-23 15:59:41 +0000
commit3295d71a2fd0a4ecfde065b4aab5933ae4238612 (patch)
tree42916687855b58b9cee8cbbddde4529f0027e816 /amiga/menu.h
parent69ee94bb4750b89a60d995a777c65adba2477d6b (diff)
downloadnetsurf-3295d71a2fd0a4ecfde065b4aab5933ae4238612.tar.gz
netsurf-3295d71a2fd0a4ecfde065b4aab5933ae4238612.tar.bz2
First attempt at Amiga printing support. Doesn't quite work - a column on the left
will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
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 6a3f93212..5ba50fc2a 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 44 + AMI_HOTLIST_ITEMS
+#define AMI_MENU_MAX 46 + AMI_HOTLIST_ITEMS
/* Where the hotlist entries start */
-#define AMI_MENU_HOTLIST 36
+#define AMI_MENU_HOTLIST 38
/* Where the hotlist entries end */
#define AMI_MENU_HOTLIST_MAX AMI_MENU_HOTLIST+AMI_HOTLIST_ITEMS