VirtualBox

Changeset 27889 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 31, 2010 12:57:09 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: more code for multiscreen support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp

    r27413 r27889  
    304304        mCb2DVideo->setChecked(false);
    305305#endif /* VBOX_WITH_VIDEOHWACCEL */
     306#ifdef Q_WS_MAC
    306307        mCb3D->setChecked(false);
     308#endif
    307309    }
    308310#ifdef VBOX_WITH_VIDEOHWACCEL
    309311    mCb2DVideo->setEnabled(cVal == 1 && VBoxGlobal::isAcceleration2DVideoAvailable());
    310312#endif /* VBOX_WITH_VIDEOHWACCEL */
     313#ifdef Q_WS_MAC
    311314    mCb3D->setEnabled(cVal == 1 && vboxGlobal().virtualBox().GetHost().GetAcceleration3DAvailable());
     315#else
     316    mCb3D->setEnabled(vboxGlobal().virtualBox().GetHost().GetAcceleration3DAvailable());
     317#endif
    312318
    313319    /* The memory requirements have changed too. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette