mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Accomodate for plotter API change.
svn path=/trunk/netsurf/; revision=9777
This commit is contained in:
parent
7b6ca89c57
commit
6c95f7b967
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user