Changeset 34857 in vbox for trunk/src/VBox
- Timestamp:
- Dec 9, 2010 9:40:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r34615 r34857 297 297 #endif 298 298 #ifdef VBOX_WITH_CRHGSMI 299 else if ( m_bWddmMode && mCb3D->isChecked())299 else if (false) // m_bWddmMode && mCb3D->isChecked()) 300 300 { 301 301 int cVal = mSlMonitors->value(); … … 391 391 } 392 392 #endif 393 #if def VBOX_WITH_CRHGSMI393 #if 0 // def VBOX_WITH_CRHGSMI 394 394 if (m_bWddmMode && mCb3D->isChecked()) 395 395 { 396 needMBytes += VBoxGlobal::required3 DWddmOffscreenVideoMemory(&m_machine, cVal) / _1M;396 needMBytes += VBoxGlobal::required3dwddmoffscreenvideomemory(&m_machine, cVal) / _1M; 397 397 needMBytes = RT_MAX(needMBytes, 128); 398 398 needMBytes = RT_MIN(needMBytes, 256);
Note:
See TracChangeset
for help on using the changeset viewer.