Changeset 8039 in vbox
- Timestamp:
- Apr 16, 2008 1:29:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29705
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA.cpp ¶
r8011 r8039 5641 5641 /* Delay the logo a little bit */ 5642 5642 if (LogoHdr.fu8FadeIn && LogoHdr.fu8FadeOut && !LogoHdr.u16LogoMillies) 5643 {5644 5643 LogoHdr.u16LogoMillies = RT_MAX(LogoHdr.u16LogoMillies, LOGO_DELAY_TIME); 5645 }5646 5644 5647 5645 rc = CFGMR3QueryU8(pCfgHandle, "ShowBootMenu", &LogoHdr.fu8ShowBootMenu);
Note:
See TracChangeset
for help on using the changeset viewer.