Changeset 3579 in vbox
- Timestamp:
- Jul 12, 2007 12:22:55 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22826
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/VMMDevInterface.cpp ¶
r3578 r3579 573 573 /* Check CFGM option. */ 574 574 rc = CFGMR3QueryBool(pCfgHandle, "OpenGLEnabled", &fEnabled); 575 rc = VINF_SUCCESS;576 fEnabled = true;577 575 if ( VBOX_SUCCESS(rc) 578 576 && fEnabled) -
TabularUnified trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd ¶
r3578 r3579 53 53 <xsd:restriction base="xsd:unsignedInt"> 54 54 <xsd:minInclusive value="4"/> 55 <xsd:maxInclusive value=" 2200"/> <!-- actually I was able to use 1230MB on WinXP Home -->55 <xsd:maxInclusive value="1200"/> <!-- actually I was able to use 1230MB on WinXP Home --> 56 56 </xsd:restriction> 57 57 </xsd:simpleType>
Note:
See TracChangeset
for help on using the changeset viewer.