summaryrefslogtreecommitdiff
path: root/amiga/gui.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/gui.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/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
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