From 40896dd3d94751af98cac4a0551486ca36108938 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 15 Mar 2011 00:08:06 +0000 Subject: Fix local history redraw svn path=/trunk/netsurf/; revision=12054 --- amiga/history_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amiga/history_local.c b/amiga/history_local.c index e37a500c6..b23748606 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -164,8 +164,8 @@ void ami_history_redraw(struct history_window *hw) glob = &hw->gg; - SetRPAttrs(&glob->rp, RPTAG_APenColor, 0xffffffff, TAG_DONE); - RectFill(&glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1); + SetRPAttrs(glob->rp, RPTAG_APenColor, 0xffffffff, TAG_DONE); + RectFill(glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1); history_redraw_rectangle(history_current, xs, ys, bbox->Width + xs, bbox->Height + ys, 0, 0); -- cgit v1.2.3