Changeset 26609 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 17, 2010 1:45:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r26603 r26609 954 954 rc = CFGMR3InsertInteger(pCfg, "UgaHorizontalResolution", u32UgaHorisontal); RC_CHECK(); 955 955 rc = CFGMR3InsertInteger(pCfg, "UgaVerticalResolution", u32UgaVertical); RC_CHECK(); 956 957 /* For OS X guests we'll force passing host's DMI info to the guest */ 958 if (fExtProfile) 959 { 960 rc = CFGMR3InsertInteger(pCfg, "DmiUseHostInfo", 1); RC_CHECK(); 961 } 956 962 } 957 963
Note:
See TracChangeset
for help on using the changeset viewer.