summaryrefslogtreecommitdiff
path: root/beos/beos_thumbnail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_thumbnail.cpp')
-rw-r--r--beos/beos_thumbnail.cpp2
1 files changed, 1 insertions, 1 deletions
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,