Plot local history background white instead of wholly transparent

This commit is contained in:
Chris Young 2016-01-25 18:43:43 +00:00
parent 5c8dccd5f6
commit 1ea29c6aec

View File

@ -82,7 +82,7 @@ static void ami_history_redraw(struct history_window *hw)
glob = &hw->gg; 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); RectFill(glob->rp, 0, 0, bbox->Width - 1, bbox->Height - 1);
browser_window_history_redraw_rectangle(hw->gw->bw, xs, ys, browser_window_history_redraw_rectangle(hw->gw->bw, xs, ys,