VirtualBox

Changeset 23365 in vbox


Ignore:
Timestamp:
Sep 28, 2009 12:10:25 PM (15 years ago)
Author:
vboxsync
Message:

proper fix for xTracker #4292

File:
1 edited

Legend:

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

    r23348 r23365  
    690690    g_vboxVHWAGlSupportInitialized = true;
    691691
    692     if(!QGLFormat::hasOpenGL())
    693         return;
     692    if (!QGLContext(QGLFormat::defaultFormat()).isValid())
     693        return;
    694694
    695695    static QGLWidget *pTmpContextHolder = NULL;
Note: See TracChangeset for help on using the changeset viewer.

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