summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-15 00:08:06 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-15 00:08:06 +0000
commit40896dd3d94751af98cac4a0551486ca36108938 (patch)
tree1a4127761d989a86954f671cebcef4fe8e0ffc9f /amiga/history_local.c
parent3341d97949b2b1bfdf7ded43907b1a8da313a8b7 (diff)
downloadnetsurf-40896dd3d94751af98cac4a0551486ca36108938.tar.gz
netsurf-40896dd3d94751af98cac4a0551486ca36108938.tar.bz2
Fix local history redraw
svn path=/trunk/netsurf/; revision=12054
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c4
1 files 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);