mirror of https://github.com/acidanthera/audk.git
Use UefiLib CreatePopUp API
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8014 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f49b86e95a
commit
e3b236c8ee
|
@ -938,7 +938,7 @@ SetupResetReminder (
|
||||||
// Popup a menu to notice user
|
// Popup a menu to notice user
|
||||||
//
|
//
|
||||||
do {
|
do {
|
||||||
IfrLibCreatePopUp (2, &Key, StringBuffer1, StringBuffer2);
|
CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, StringBuffer1, StringBuffer2, NULL);
|
||||||
} while ((Key.ScanCode != SCAN_ESC) && (Key.UnicodeChar != CHAR_CARRIAGE_RETURN));
|
} while ((Key.ScanCode != SCAN_ESC) && (Key.UnicodeChar != CHAR_CARRIAGE_RETURN));
|
||||||
|
|
||||||
FreePool (StringBuffer1);
|
FreePool (StringBuffer1);
|
||||||
|
|
Loading…
Reference in New Issue