mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Bring in line with new bitmap plotter API
svn path=/trunk/netsurf/; revision=8216
This commit is contained in:
parent
ce70652694
commit
7e01924ecf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user