Changeset 40845 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 10, 2012 1:07:39 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r40043 r40845 227 227 VirtualBox_LDFLAGS.darwin += -framework OpenGL 228 228 endif 229 230 VirtualBox_LIBS += $(VBoxOGLTest_1_TARGET) 229 231 230 232 # Headers containing definitions of classes that use the Q_OBJECT macro. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r40322 r40845 131 131 #include <iprt/mem.h> 132 132 #endif 133 134 #include <VBox/VBoxOGLTest.h> 133 135 134 136 //#define VBOX_WITH_FULL_DETAILS_REPORT /* hidden for now */ … … 4792 4794 } 4793 4795 mHost = virtualBox().GetHost(); 4794 m3DAvailable = mHost.GetAcceleration3DAvailable();4796 m3DAvailable = VBoxOglIs3DAccelerationSupported(); 4795 4797 4796 4798 /* create default non-null global settings */
Note:
See TracChangeset
for help on using the changeset viewer.