Changeset 27889 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 31, 2010 12:57:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp
r27413 r27889 304 304 mCb2DVideo->setChecked(false); 305 305 #endif /* VBOX_WITH_VIDEOHWACCEL */ 306 #ifdef Q_WS_MAC 306 307 mCb3D->setChecked(false); 308 #endif 307 309 } 308 310 #ifdef VBOX_WITH_VIDEOHWACCEL 309 311 mCb2DVideo->setEnabled(cVal == 1 && VBoxGlobal::isAcceleration2DVideoAvailable()); 310 312 #endif /* VBOX_WITH_VIDEOHWACCEL */ 313 #ifdef Q_WS_MAC 311 314 mCb3D->setEnabled(cVal == 1 && vboxGlobal().virtualBox().GetHost().GetAcceleration3DAvailable()); 315 #else 316 mCb3D->setEnabled(vboxGlobal().virtualBox().GetHost().GetAcceleration3DAvailable()); 317 #endif 312 318 313 319 /* The memory requirements have changed too. */
Note:
See TracChangeset
for help on using the changeset viewer.