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/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 3a06b8a21..a161288fd 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -98,6 +98,7 @@ struct gui_window_2 { ULONG oldh; ULONG oldv; bool redraw_scroll; + bool new_content; }; struct gui_window -- cgit v1.2.3