summaryrefslogtreecommitdiff
path: root/riscos/thumbnail.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/thumbnail.c')
-rw-r--r--riscos/thumbnail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/thumbnail.c b/riscos/thumbnail.c
index 60c412c0f..2c0953113 100644
--- a/riscos/thumbnail.c
+++ b/riscos/thumbnail.c
@@ -105,7 +105,7 @@ void thumbnail_create(struct content *content, osspriteop_area *area,
(osspriteop_header *)(oversampled_area + 1));
if (save_area == NULL) return;
content_redraw(content, 0, height * 2, width * 2, height * 2,
- 0, 0, width * 2, height * 2, scale);
+ 0, 0, width * 2, height * 2, scale, 0xFFFFFF);
thumbnail_restore_output(save_area);
/* Scale back
@@ -152,7 +152,7 @@ void thumbnail_create(struct content *content, osspriteop_area *area,
os_ACTION_OVERWRITE, 0);
os_clg();
content_redraw(content, 0, height * 2, width * 2, height * 2,
- 0, 0, width * 2, height * 2, scale);
+ 0, 0, width * 2, height * 2, scale, 0xFFFFFF);
thumbnail_restore_output(save_area);
}
}