Hide the clock in setupldr

svn path=/trunk/; revision=27646
This commit is contained in:
Thomas Bluemel 2007-07-14 10:04:32 +00:00
parent f07d18172d
commit bdd2ecc99e
3 changed files with 2 additions and 1 deletions

View file

@ -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];

View file

@ -20,7 +20,6 @@
#include <freeldr.h>
PVOID TextVideoBuffer = NULL;
extern BOOLEAN UiDrawTime;
extern BOOLEAN UiMinimal;
/*

View file

@ -269,6 +269,7 @@ BOOLEAN SetupUiInitialize(VOID)
0,
ATTR(UiBackdropFgColor, UiBackdropBgColor));
UiDrawTime = FALSE;
UiStatusBarBgColor = 7;
UserInterfaceUp = TRUE;