Bring in line with new bitmap plotter API

svn path=/trunk/netsurf/; revision=8216
This commit is contained in:
John Mark Bell 2009-07-01 00:20:24 +00:00
parent ce70652694
commit 7e01924ecf

View File

@ -133,7 +133,7 @@ bool nssprite_redraw(struct content *c, int x, int y,
float scale, colour background_colour)
{
return plot.bitmap(x, y, width, height,
c->bitmap, background_colour, c);
c->bitmap, background_colour, BITMAPF_NONE);
}
#endif