From 0aca241cebdc3abfbbfb772bb3cbcccf68821aed Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 15 May 2009 22:20:58 +0000 Subject: [PATCH] Clear screen after closing boot menu. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@31236 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/bootmenu/menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rom/bootmenu/menu.c b/rom/bootmenu/menu.c index 484be4539..23a3025f9 100644 --- a/rom/bootmenu/menu.c +++ b/rom/bootmenu/menu.c @@ -40,7 +40,7 @@ static BOOL init_gfx(STRPTR gfxclassname, struct BootMenuBase *BootMenuBase) /* Call private gfx.library call to init the HIDD. Gfx library is responsible for closing the HIDD - library (although it will probably not be neccesary). + library (although it will probably not be necessary). */ D(bug("[BootMenu] init_gfx: calling private LateGfxInit() ..\n")); @@ -304,6 +304,7 @@ static BOOL initScreen(struct BootMenuBase_intern *BootMenuBase, struct BootConf Alert(AT_DeadEnd | AN_BadGadget); CloseScreen(BootMenuBase->bm_Screen); + ShowImminentReset(); } else Alert(AT_DeadEnd | AN_OpenScreen); -- 2.11.4.GIT