From f8264189eb4a4ee02a64602e8e2441b442c5c8f1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 11 Jan 2015 20:30:35 +0000 Subject: select a colour which isn't wholly transparent --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 2449fd45e..a26510fcc 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -5141,7 +5141,7 @@ Object *ami_gui_splash_open(void) IA_Left, &left, TAG_DONE); - SetRPAttrs(win->RPort, RPTAG_APenColor, 0x003F6DFE, TAG_DONE); + SetRPAttrs(win->RPort, RPTAG_APenColor, 0xFF3F6DFE, TAG_DONE); SetDrMd(win->RPort, JAM1); tattr.ta_Name = "DejaVu Serif Italic.font"; -- cgit v1.2.3