Author: weiden Date: Sat Jul 14 14:04:32 2007 New Revision: 27646
URL: http://svn.reactos.org/svn/reactos?rev=27646&view=rev Log: Hide the clock in setupldr
Modified: trunk/reactos/boot/freeldr/freeldr/include/ui.h trunk/reactos/boot/freeldr/freeldr/ui/tui.c trunk/reactos/boot/freeldr/freeldr/ui/ui.c
Modified: trunk/reactos/boot/freeldr/freeldr/include/ui.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/ui.h (original) +++ trunk/reactos/boot/freeldr/freeldr/include/ui.h Sat Jul 14 14:04:32 2007 @@ -50,6 +50,7 @@ extern BOOLEAN UiMenuBox; extern BOOLEAN UiMinimal; extern CHAR UiTimeText[]; +extern BOOLEAN UiDrawTime;
extern const CHAR UiMonthNames[12][15];
Modified: trunk/reactos/boot/freeldr/freeldr/ui/tui.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/tui... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/ui/tui.c (original) +++ trunk/reactos/boot/freeldr/freeldr/ui/tui.c Sat Jul 14 14:04:32 2007 @@ -20,7 +20,6 @@ #include <freeldr.h>
PVOID TextVideoBuffer = NULL; -extern BOOLEAN UiDrawTime; extern BOOLEAN UiMinimal;
/*
Modified: trunk/reactos/boot/freeldr/freeldr/ui/ui.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/ui.... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/ui/ui.c (original) +++ trunk/reactos/boot/freeldr/freeldr/ui/ui.c Sat Jul 14 14:04:32 2007 @@ -269,6 +269,7 @@ 0, ATTR(UiBackdropFgColor, UiBackdropBgColor));
+ UiDrawTime = FALSE; UiStatusBarBgColor = 7; UserInterfaceUp = TRUE;