Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
- Timestamp:
- Apr 14, 2023 3:17:44 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156854
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
r85718 r99404 6 6 7 7 **/ 8 9 8 10 9 #ifndef _BOOT_MANAGER_MENU_H_ … … 24 23 #include <Protocol/BootLogo.h> 25 24 26 #define TITLE_TOKEN_COUNT 27 #define HELP_TOKEN_COUNT 25 #define TITLE_TOKEN_COUNT 1 26 #define HELP_TOKEN_COUNT 3 28 27 29 28 typedef struct _BOOT_MENU_SCREEN { 30 UINTN 31 UINTN 32 UINTN 33 UINTN 29 UINTN StartCol; 30 UINTN StartRow; 31 UINTN Width; 32 UINTN Height; 34 33 } BOOT_MENU_SCREEN; 35 34 36 35 typedef struct _BOOT_MENU_SCROLL_BAR_CONTROL { 37 BOOLEAN 38 UINTN 39 UINTN 40 UINTN 36 BOOLEAN HasScrollBar; 37 UINTN ItemCountPerScreen; 38 UINTN FirstItem; 39 UINTN LastItem; 41 40 } BOOT_MENU_SCROLL_BAR_CONTROL; 42 41 … … 52 51 53 52 #endif 54
Note:
See TracChangeset
for help on using the changeset viewer.