summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-20 00:39:32 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-20 00:39:32 +0000
commit2b9df1b2cd30e394ebb4e9be721b7d219c4e418c (patch)
treea37d0e9834a253f4e9fc548407a0fe07c002fbe7 /amiga/gui.c
parent4cf9d888ff901dbfbaee0d3460068300e014e724 (diff)
downloadnetsurf-2b9df1b2cd30e394ebb4e9be721b7d219c4e418c.tar.gz
netsurf-2b9df1b2cd30e394ebb4e9be721b7d219c4e418c.tar.bz2
Remove some p96 usage
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c7
1 files changed, 6 insertions, 1 deletions
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 <proto/intuition.h>
#include <proto/keymap.h>
#include <proto/locale.h>
-#include <proto/Picasso96API.h>
#ifdef __amigaos4__
+#include <proto/Picasso96API.h>
#include <proto/popupmenu.h>
#endif
#include <proto/utility.h>
@@ -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;