From 2d1481fafc6fd98c5ca8fc46562b725441a0f594 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 28 Sep 2008 22:37:13 +0000 Subject: 'unsigned long' -> 'colour' where it made sense. svn path=/trunk/netsurf/; revision=5459 --- riscos/image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/image.h') diff --git a/riscos/image.h b/riscos/image.h index 0997b793d..f0bf2fdf9 100644 --- a/riscos/image.h +++ b/riscos/image.h @@ -20,6 +20,7 @@ #define _NETSURF_RISCOS_IMAGE_H_ #include +#include "css/css.h" #include "oslib/osspriteop.h" struct osspriteop_area; @@ -32,7 +33,7 @@ typedef enum { bool image_redraw(osspriteop_area *area, int x, int y, int req_width, int req_height, int width, int height, - unsigned long background_colour, + colour background_colour, bool repeatx, bool repeaty, bool background, image_type type); #endif -- cgit v1.2.3