summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-10 12:07:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-10 12:07:46 +0000
commit54feabe845b9f444b7288681d6b502103a97fe07 (patch)
tree1e59456a11fe316b5523cb1387030f678354e23c /amiga/options.h
parent81516b33c883b5b88782c2b31731215ac73d490f (diff)
downloadnetsurf-54feabe845b9f444b7288681d6b502103a97fe07.tar.gz
netsurf-54feabe845b9f444b7288681d6b502103a97fe07.tar.bz2
Set some memory and speed options by default for OS3
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/options.h b/amiga/options.h
index 317e5dfdc..728f6d4d1 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -50,7 +50,7 @@ NSOPTION_STRING(download_dir, NULL)
NSOPTION_BOOL(download_notify, true)
NSOPTION_BOOL(faster_scroll, true)
NSOPTION_BOOL(scale_quality, false)
-NSOPTION_INTEGER(dither_quality, 1)
+NSOPTION_INTEGER(dither_quality, 0)
NSOPTION_INTEGER(mask_alpha, 50)
NSOPTION_BOOL(ask_overwrite, true)
NSOPTION_INTEGER(printer_unit, 0)
@@ -63,7 +63,7 @@ NSOPTION_STRING(font_surrogate, NULL)
NSOPTION_STRING(font_unicode_file, NULL)
NSOPTION_BOOL(font_unicode_only, false)
NSOPTION_BOOL(font_antialiasing, true)
-NSOPTION_BOOL(use_diskfont, false)
+NSOPTION_BOOL(use_diskfont, false)
NSOPTION_BOOL(drag_save_icons, true)
NSOPTION_INTEGER(hotlist_window_xpos, 0)
NSOPTION_INTEGER(hotlist_window_ypos, 0)
@@ -89,6 +89,6 @@ NSOPTION_INTEGER(monitor_aspect_y, 0)
NSOPTION_BOOL(accept_lang_locale, true)
/* Options relevant for OS3 only */
#ifndef __amigaos4__
-NSOPTION_BOOL(friend_bitmap, false)
+NSOPTION_BOOL(friend_bitmap, true)
#endif