summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-25 18:43:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-25 18:43:43 +0000
commit1ea29c6aec03e0d6e9325910998e16910170fafa (patch)
tree4294123f3ffb238b0f445d1dfef7ceeed10a3ad2
parent5c8dccd5f6353524173542762154473f4006383f (diff)
downloadnetsurf-1ea29c6aec03e0d6e9325910998e16910170fafa.tar.gz
netsurf-1ea29c6aec03e0d6e9325910998e16910170fafa.tar.bz2
Plot local history background white instead of wholly transparent
-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 f11c78473..e2d1b358e 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -82,7 +82,7 @@ static void ami_history_redraw(struct history_window *hw)
glob = &hw->gg;
- SetRPAttrs(glob->rp, RPTAG_APenColor, 0xffffffff, TAG_DONE);
+ SetRPAttrs(glob->rp, RPTAG_APenColor, 0x00ffffff, TAG_DONE);
RectFill(glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1);
browser_window_history_redraw_rectangle(hw->gw->bw, xs, ys,