Fix form flash issue.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14735 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -193,11 +193,13 @@ LibGetStringWidth (
|
||||
Show all registered HotKey help strings on bottom Rows.
|
||||
|
||||
@param FormData The curent input form data info.
|
||||
@param SetState Set HotKey or Clear HotKey
|
||||
|
||||
**/
|
||||
VOID
|
||||
PrintHotKeyHelpString (
|
||||
IN FORM_DISPLAY_ENGINE_FORM *FormData
|
||||
IN FORM_DISPLAY_ENGINE_FORM *FormData,
|
||||
IN BOOLEAN SetState
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user