diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-05 08:20:43 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-05 08:20:43 +0000 |
commit | d88ca2c90d49eb08649a905bdeacfb6feba81cf3 (patch) | |
tree | 507addb4343b147fef6b624d3a384381ddd6161c /MdeModulePkg/Universal/SetupBrowserDxe/Ui.h | |
parent | 889a4bc2a95a743d4e2ee5eed44875fa11702aae (diff) | |
download | edk2-platforms-d88ca2c90d49eb08649a905bdeacfb6feba81cf3.tar.xz |
Keep the highlight field after user changes the value for time/date opcode
Signed-off-by:ydong10
Reviewed-by:lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11975 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Ui.h')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h index 181b9a43dc..0acec825cf 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h @@ -87,6 +87,7 @@ typedef struct { EFI_GUID FormSetGuid;
UINT16 FormId;
UINT16 QuestionId;
+ UINTN Sequence; // used for time/date only.
UINTN TopRow;
UINTN BottomRow;
@@ -163,6 +164,7 @@ struct _UI_MENU_LIST { EFI_GUID FormSetGuid;
UINT16 FormId;
UINT16 QuestionId;
+ UINTN Sequence; // used for time/date only.
UI_MENU_LIST *Parent;
LIST_ENTRY ChildListHead;
|