mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-30 00:47:03 +00:00
Add another missing screen clearing
Another case where we were drawing text over existing text.
This commit is contained in:
parent
4049bc496f
commit
6e05b32d07
@ -664,7 +664,9 @@ static UINTN mok_enrollment_prompt (void *MokNew, UINTN MokNewSize, int auth) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static INTN mok_enrollment_prompt_callback (void *MokNew, void *data2,
|
static INTN mok_enrollment_prompt_callback (void *MokNew, void *data2,
|
||||||
void *data3) {
|
void *data3)
|
||||||
|
{
|
||||||
|
uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
|
||||||
return mok_enrollment_prompt(MokNew, (UINTN)data2, TRUE);
|
return mok_enrollment_prompt(MokNew, (UINTN)data2, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user