Changeset 40845 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 10, 2012 1:07:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r40767 r40845 69 69 #ifdef VBOX_WITH_CROGL 70 70 # include <VBox/HostServices/VBoxCrOpenGLSvc.h> 71 #include <VBox/VBoxOGLTest.h> 71 72 #endif 72 73 #ifdef VBOX_WITH_GUEST_PROPS … … 2522 2523 if (fEnabled3D) 2523 2524 { 2524 BOOL fSupports3D = false; 2525 hrc = host->COMGETTER(Acceleration3DAvailable)(&fSupports3D); H(); 2525 BOOL fSupports3D = VBoxOglIs3DAccelerationSupported(); 2526 2526 if (!fSupports3D) 2527 2527 return VMSetError(pVM, VERR_NOT_AVAILABLE, RT_SRC_POS,
Note:
See TracChangeset
for help on using the changeset viewer.