From 1ea29c6aec03e0d6e9325910998e16910170fafa Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 25 Jan 2016 18:43:43 +0000 Subject: Plot local history background white instead of wholly transparent --- amiga/history_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3