Changeset 8007 in vbox
- Timestamp:
- Apr 15, 2008 3:49:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r8005 r8007 212 212 /** Height of the boot device selection bitmap, see LOGO_F12TEXT_WIDTH. */ 213 213 #define LOGO_F12TEXT_HEIGHT 12 214 215 /** The BIOS logo delay time (msec). */ 216 #define LOGO_DELAY_TIME 1000 214 217 215 218 #define LOGO_MAX_WIDTH 640 … … 5635 5638 return PDMDEV_SET_ERROR(pDevIns, rc, 5636 5639 N_("Configuration error: Querying \"LogoTime\" as integer failed")); 5640 /* Delay the logo a little bit */ 5641 LogoHdr.u16LogoMillies = RT_MAX(LogoHdr.u16LogoMillies, LOGO_DELAY_TIME); 5637 5642 5638 5643 rc = CFGMR3QueryU8(pCfgHandle, "ShowBootMenu", &LogoHdr.fu8ShowBootMenu);
Note:
See TracChangeset
for help on using the changeset viewer.