Accomodate for plotter API change.

svn path=/trunk/netsurf/; revision=9777
This commit is contained in:
François Revel 2010-01-02 02:52:33 +00:00
parent 7b6ca89c57
commit 6c95f7b967

View File

@ -118,7 +118,7 @@ bool thumbnail_create(struct content *content, struct bitmap *bitmap,
plot = nsbeos_plotters;
nsbeos_plot_set_scale(1.0);
plot.fill(0, 0, content->width, content->width, 0xffffffff);
plot.rectangle(0, 0, content->width, content->width, plot_style_fill_white);
/* render the content */
content_redraw(content, 0, 0, content->width, content->width,