Fix for new content_redraw API.

svn path=/trunk/netsurf/; revision=12332
This commit is contained in:
Michael Drake 2011-05-09 08:38:56 +00:00
parent e24fa186bb
commit 2d6c0e99ec

View File

@ -108,9 +108,7 @@ bool save_as_draw(hlcache_handle *h, const char *path)
plot = ro_save_draw_plotters;
if (!content_redraw(h, 0, -ro_save_draw_height,
ro_save_draw_width, ro_save_draw_height,
&clip,
1,
0xFFFFFF))
&clip, 1, 0xFFFFFF, false, false))
{
pencil_free(ro_save_draw_diagram);
return false;