From 02915bb58365f783b5ebed4612ccb19840bb6157 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 27 Dec 2003 02:23:10 +0000 Subject: [project @ 2003-12-27 02:23:10 by jmb] Fix a couple more warnings svn path=/import/netsurf/; revision=457 --- riscos/htmlredraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/htmlredraw.c') diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c index 37ff71b10..c5c6d0da5 100644 --- a/riscos/htmlredraw.c +++ b/riscos/htmlredraw.c @@ -294,7 +294,7 @@ void html_redraw_box(struct content *content, struct box * box, ((current_background_color >> 8) & 0xff)) / 2) << 8) | ((((colour & 0xff) + (current_background_color & 0xff)) / 2) << 0); - colourtrans_set_gcol(colour << 8, colourtrans_USE_ECFS, + colourtrans_set_gcol((unsigned int)colour << 8, colourtrans_USE_ECFS, os_ACTION_OVERWRITE, 0); if (box->style->text_decoration & CSS_TEXT_DECORATION_UNDERLINE || (box->parent->parent->style->text_decoration & CSS_TEXT_DECORATION_UNDERLINE && box->parent->parent->type == BOX_BLOCK)) { -- cgit v1.2.3