VirtualBox

Ignore:
Timestamp:
Oct 28, 2013 1:03:16 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90270
Message:

FE/Qt: make it compile with VBOX_WITH_CROGL disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r49074 r49307  
    433433bool VBoxGlobal::is3DAvailableWorker() const
    434434{
     435#ifdef VBOX_WITH_CROGL
    435436    bool fSupported = VBoxOglIs3DAccelerationSupported();
     437#else
     438    bool fSupported = false;
     439#endif
    436440    unconst(this)->m3DAvailable = fSupported;
    437441    return fSupported;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette