summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-24 17:51:00 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-24 17:51:00 +0000
commitbdf3c32f44880fd36c2fe66966863626b95e5d2d (patch)
treeb66c9f8f4f503654a563b1295c17f787dff5fb52 /amiga/gui.h
parent43e5a16b34cf6b9d2404bd9ace2be7e1b6bbb821 (diff)
downloadnetsurf-bdf3c32f44880fd36c2fe66966863626b95e5d2d.tar.gz
netsurf-bdf3c32f44880fd36c2fe66966863626b95e5d2d.tar.bz2
Only allow auto-scroll on selection and selection drags
svn path=/trunk/netsurf/; revision=10904
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 70c1d2db3..3743ff9fd 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -145,4 +145,5 @@ bool win_destroyed;
struct browser_window *curbw;
struct gui_globals browserglob;
uint32 ami_appid;
+BOOL ami_autoscroll;
#endif