From 6c95f7b967c38bf4e060c761b0f95e137d45e0ef Mon Sep 17 00:00:00 2001 From: François Revel Date: Sat, 2 Jan 2010 02:52:33 +0000 Subject: Accomodate for plotter API change. svn path=/trunk/netsurf/; revision=9777 --- beos/beos_thumbnail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/beos_thumbnail.cpp') diff --git a/beos/beos_thumbnail.cpp b/beos/beos_thumbnail.cpp index 78893467f..7888999dc 100644 --- a/beos/beos_thumbnail.cpp +++ b/beos/beos_thumbnail.cpp @@ -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, -- cgit v1.2.3