From 2b9df1b2cd30e394ebb4e9be721b7d219c4e418c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 20 Jan 2015 00:39:32 +0000 Subject: Remove some p96 usage --- amiga/gui.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 534637bc4..bede04836 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -34,8 +34,8 @@ #include #include #include -#include #ifdef __amigaos4__ +#include #include #endif #include @@ -5174,6 +5174,11 @@ Object *ami_gui_splash_open(void) LAYOUT_AddImage, bm_obj = BitMapObject, BITMAP_SourceFile, "PROGDIR:Resources/splash.png", BITMAP_Screen, wbscreen, + BITMAP_Precision, PRECISION_IMAGE, +#ifndef __amigaos4__ + BITMAP_Width, 400, + BITMAP_Height, 250, +#endif BitMapEnd, LayoutEnd, EndWindow; -- cgit v1.2.3