summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-31 15:05:26 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-31 15:05:26 +0000
commit8e8d36156ad7d8ad14782c396cf5ed7d3bea811f (patch)
tree8bf9c358cebd4601266ccde6e0a1fef13b5b440f /amiga/history_local.c
parent1e42e3a7ce7bbf086a3b791333ef28ed500f1eca (diff)
downloadnetsurf-8e8d36156ad7d8ad14782c396cf5ed7d3bea811f.tar.gz
netsurf-8e8d36156ad7d8ad14782c396cf5ed7d3bea811f.tar.bz2
Fix faster_scroll
svn path=/trunk/netsurf/; revision=7667
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index 9bf3b8de0..f15df6af6 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -200,7 +200,7 @@ bool ami_history_click(struct history_window *hw,uint16 code)
case SELECTUP:
history_click(hw->bw,history_current,x,y,false);
ami_history_redraw(hw);
- ami_do_redraw(hw->bw->window->shared,false);
+ ami_do_redraw(hw->bw->window->shared);
break;
case MIDDLEUP: