mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Wrap fix.
svn path=/trunk/netsurf/; revision=12338
This commit is contained in:
parent
046d615a5d
commit
2fbce3df3f
@ -360,7 +360,8 @@ static bool nsgif_redraw(struct content *c, int x, int y,
|
||||
if (repeat_y)
|
||||
flags |= BITMAPF_REPEAT_Y;
|
||||
|
||||
return plot.bitmap(x, y, width, height, c->bitmap, background_colour, flags);
|
||||
return plot.bitmap(x, y, width, height, c->bitmap,
|
||||
background_colour, flags);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user