From c4e27563c4a3e782afe3d299721a05558e54e325 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 3 Jun 2009 19:44:43 +0000 Subject: 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 --- amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/options.h') 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 \ -- cgit v1.2.3