summaryrefslogtreecommitdiff
path: root/riscos/artworks.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/artworks.c')
-rw-r--r--riscos/artworks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/riscos/artworks.c b/riscos/artworks.c
index 6ff060d8d..16e375f9e 100644
--- a/riscos/artworks.c
+++ b/riscos/artworks.c
@@ -51,6 +51,9 @@ struct awinfo_block {
int print_lowx;
int print_lowy;
int print_handle;
+ int print_x1;
+ int print_y1;
+ int bgcolour;
};
@@ -239,6 +242,7 @@ bool artworks_redraw(struct content *c, int x, int y,
info.print_lowx = 0;
info.print_lowy = 0;
info.print_handle = 0;
+ info.bgcolour = 0x20000000 | background_colour;
error = xos_read_vdu_variables((os_vdu_var_list*)&vars, vals);
if (error) {