summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-03 19:44:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-03 19:44:43 +0000
commitc4e27563c4a3e782afe3d299721a05558e54e325 (patch)
treeaed9fc94b51a39195478a198bf57108f8d0fad68 /amiga/options.h
parent8af2fb49f50af97105c9e75dd131a034c0030484 (diff)
downloadnetsurf-c4e27563c4a3e782afe3d299721a05558e54e325.tar.gz
netsurf-c4e27563c4a3e782afe3d299721a05558e54e325.tar.bz2
Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps in fast
scroll mode. Make faster_scroll the default as it is useful now. Will remove the option to disable it after further testing. svn path=/trunk/netsurf/; revision=7703
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/options.h b/amiga/options.h
index dc6d1a3b3..912b1a77a 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -60,7 +60,7 @@ bool option_kiosk_mode = false; \
char *option_recent_file = 0; \
char *option_arexx_dir = 0; \
char *option_download_dir = 0; \
-bool option_faster_scroll = false; \
+bool option_faster_scroll = true; \
bool option_direct_render = false; \
#define EXTRA_OPTION_TABLE \