From bdd2ecc99e7bc061595d6e4d587b742dd4b8b4ee Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 14 Jul 2007 10:04:32 +0000 Subject: [PATCH] Hide the clock in setupldr svn path=/trunk/; revision=27646 --- reactos/boot/freeldr/freeldr/include/ui.h | 1 + reactos/boot/freeldr/freeldr/ui/tui.c | 1 - reactos/boot/freeldr/freeldr/ui/ui.c | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/include/ui.h b/reactos/boot/freeldr/freeldr/include/ui.h index 043a335767d..f0fbdb27e0b 100644 --- a/reactos/boot/freeldr/freeldr/include/ui.h +++ b/reactos/boot/freeldr/freeldr/include/ui.h @@ -50,6 +50,7 @@ extern BOOLEAN UiCenterMenu; extern BOOLEAN UiMenuBox; extern BOOLEAN UiMinimal; extern CHAR UiTimeText[]; +extern BOOLEAN UiDrawTime; extern const CHAR UiMonthNames[12][15]; diff --git a/reactos/boot/freeldr/freeldr/ui/tui.c b/reactos/boot/freeldr/freeldr/ui/tui.c index 0f635aa5434..17c07dd8947 100644 --- a/reactos/boot/freeldr/freeldr/ui/tui.c +++ b/reactos/boot/freeldr/freeldr/ui/tui.c @@ -20,7 +20,6 @@ #include PVOID TextVideoBuffer = NULL; -extern BOOLEAN UiDrawTime; extern BOOLEAN UiMinimal; /* diff --git a/reactos/boot/freeldr/freeldr/ui/ui.c b/reactos/boot/freeldr/freeldr/ui/ui.c index dc222461c41..044d521239a 100644 --- a/reactos/boot/freeldr/freeldr/ui/ui.c +++ b/reactos/boot/freeldr/freeldr/ui/ui.c @@ -269,6 +269,7 @@ BOOLEAN SetupUiInitialize(VOID) 0, ATTR(UiBackdropFgColor, UiBackdropBgColor)); + UiDrawTime = FALSE; UiStatusBarBgColor = 7; UserInterfaceUp = TRUE;