From aa2684341170424783f9937d8fe441fb3984d825 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 30 Jun 2009 13:02:23 +0000 Subject: Improve bitmap plotter API svn path=/trunk/netsurf/; revision=8195 --- desktop/history_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/history_core.c') diff --git a/desktop/history_core.c b/desktop/history_core.c index d6feb69be..6ec2cc137 100644 --- a/desktop/history_core.c +++ b/desktop/history_core.c @@ -635,7 +635,7 @@ bool history_redraw_entry(struct history *history, } if (!plot.bitmap(entry->x + xoffset, entry->y + yoffset, WIDTH, HEIGHT, - entry->bitmap, 0xffffff, NULL)) + entry->bitmap, 0xffffff, 0)) return false; if (!plot.rectangle(entry->x - 1 + xoffset, entry->y - 1 + yoffset, WIDTH + 1, HEIGHT + 1, -- cgit v1.2.3