Changeset 33625 in vbox
- Timestamp:
- Oct 29, 2010 4:31:29 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67236
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp
r33620 r33625 349 349 { 350 350 int cVal = mSlMonitors->value(); 351 #ifdef VBOX_WITH_VIDEOHWACCEL352 mCb2DVideo->setEnabled(VBoxGlobal::isAcceleration2DVideoAvailable());353 #endif /* VBOX_WITH_VIDEOHWACCEL */354 mCb3D->setEnabled(vboxGlobal().virtualBox().GetHost().GetAcceleration3DAvailable());355 356 351 /* The memory requirements have changed too. */ 357 352 quint64 needMBytes = VBoxGlobal::requiredVideoMemory (&mMachine, cVal) / _1M;
Note:
See TracChangeset
for help on using the changeset viewer.