From 4fedff41c407851f093f3e1aa62b0092fb4f4ea8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 16 Sep 2008 21:15:30 +0000 Subject: Fix some wrarnings. svn path=/trunk/netsurf/; revision=5357 --- riscos/bitmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/bitmap.c') diff --git a/riscos/bitmap.c b/riscos/bitmap.c index 902157128..b51fe925f 100644 --- a/riscos/bitmap.c +++ b/riscos/bitmap.c @@ -34,6 +34,7 @@ #include "oslib/osfind.h" #include "oslib/osgbpb.h" #include "oslib/osspriteop.h" +#include "oslib/wimp.h" #include "content/content.h" #include "image/bitmap.h" #include "riscos/bitmap.h" @@ -127,7 +128,7 @@ void bitmap_initialise_memory(void) TaskManager has been adjusted to make it more logical for the user). */ - error = xwimp_slot_size(-1, -1, 0, NULL, &free_slot); + error = xwimp_slot_size(-1, -1, NULL, NULL, &free_slot); if (error) { LOG(("xwimp_slot_size: 0x%x: %s", error->errnum, error->errmess)); -- cgit v1.2.3