VirtualBox

Changeset 53723 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 4, 2015 12:29:26 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97501
Message:

Don't enabled the VBoxSharedOpenGL stuff if we're using VMSVGA3d.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r53722 r53723  
    28812881            hrc = pMachine->COMGETTER(Accelerate3DEnabled)(&fEnabled3D);                    H();
    28822882
    2883             if (fEnabled3D)
     2883            if (   fEnabled3D
     2884# ifdef VBOX_WITH_VMSVGA3D
     2885                && enmGraphicsController == GraphicsControllerType_VBoxVGA
     2886# endif
     2887                )
    28842888            {
    28852889                BOOL fSupports3D = VBoxOglIs3DAccelerationSupported();
Note: See TracChangeset for help on using the changeset viewer.

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