VirtualBox

Ignore:
Timestamp:
Apr 10, 2012 1:07:39 PM (13 years ago)
Author:
vboxsync
Message:

3D check: direct invocation on the client side

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r40043 r40845  
    227227 VirtualBox_LDFLAGS.darwin += -framework OpenGL
    228228endif
     229
     230VirtualBox_LIBS += $(VBoxOGLTest_1_TARGET)
    229231
    230232# Headers containing definitions of classes that use the Q_OBJECT macro.
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r40322 r40845  
    131131#include <iprt/mem.h>
    132132#endif
     133
     134#include <VBox/VBoxOGLTest.h>
    133135
    134136//#define VBOX_WITH_FULL_DETAILS_REPORT /* hidden for now */
     
    47924794    }
    47934795    mHost = virtualBox().GetHost();
    4794     m3DAvailable = mHost.GetAcceleration3DAvailable();
     4796    m3DAvailable = VBoxOglIs3DAccelerationSupported();
    47954797
    47964798    /* create default non-null global settings */
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