Changeset 49307 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 28, 2013 1:03:16 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90270
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r49074 r49307 433 433 bool VBoxGlobal::is3DAvailableWorker() const 434 434 { 435 #ifdef VBOX_WITH_CROGL 435 436 bool fSupported = VBoxOglIs3DAccelerationSupported(); 437 #else 438 bool fSupported = false; 439 #endif 436 440 unconst(this)->m3DAvailable = fSupported; 437 441 return fSupported;
Note:
See TracChangeset
for help on using the changeset viewer.