Changeset 23691 in vbox
- Timestamp:
- Oct 12, 2009 1:27:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r23682 r23691 690 690 g_vboxVHWAGlSupportInitialized = true; 691 691 692 // if (!QGLContext(QGLFormat::defaultFormat()).isValid()) 693 // return; 692 if (!QGLFormat::hasOpenGL()) 693 { 694 VBOXQGLLOGREL (("no gl support available\n")); 695 return; 696 } 694 697 695 698 QGLWidget *pTmpWidget = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.