Changeset 23681 in vbox
- Timestamp:
- Oct 12, 2009 11:05:52 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r23657 r23681 719 719 str = glGetString(GL_VERSION); 720 720 ); 721 722 if(!str) 723 { 724 VBOXQGLLOGREL (("failed to make the context current, treating as unsupported\n")); 725 return; 726 } 721 727 722 728 VBOXQGLLOGREL (("gl version string: 0%s\n", str));
Note:
See TracChangeset
for help on using the changeset viewer.