summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-24 14:50:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-24 14:50:21 +0000
commit27b45806440ba6db6ef63dde2e31a0a783e6d0c4 (patch)
treef93bad073055657279445ae83f1065a0da0e47d9 /amiga
parent8ac6d344f5db162d781ae56ede8642c31d6be4a3 (diff)
downloadnetsurf-27b45806440ba6db6ef63dde2e31a0a783e6d0c4.tar.gz
netsurf-27b45806440ba6db6ef63dde2e31a0a783e6d0c4.tar.bz2
Reduce flicker
svn path=/trunk/netsurf/; revision=7542
Diffstat (limited to 'amiga')
-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 33948f9b0..9bf3b8de0 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -160,7 +160,7 @@ void ami_history_redraw(struct history_window *hw)
ami_clg(0xffffff);
- RefreshGadgets(hw->gadgets[GID_MAIN],hw->win,NULL);
+// RefreshGadgets(hw->gadgets[GID_MAIN],hw->win,NULL);
// currp = hw->win->RPort;
history_redraw_rectangle(history_current, xs, ys,
bbox->Width + xs, bbox->Height + ys, 0, 0);