Changeset 53723 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 4, 2015 12:29:26 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r53722 r53723 2881 2881 hrc = pMachine->COMGETTER(Accelerate3DEnabled)(&fEnabled3D); H(); 2882 2882 2883 if (fEnabled3D) 2883 if ( fEnabled3D 2884 # ifdef VBOX_WITH_VMSVGA3D 2885 && enmGraphicsController == GraphicsControllerType_VBoxVGA 2886 # endif 2887 ) 2884 2888 { 2885 2889 BOOL fSupports3D = VBoxOglIs3DAccelerationSupported();
Note:
See TracChangeset
for help on using the changeset viewer.