Changeset 86859 in vbox for trunk/src/VBox/Main/src-helper-apps/OpenGLTest
- Timestamp:
- Nov 11, 2020 12:45:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
r86857 r86859 50 50 #endif /* VBOXGLTEST_WITH_LOGGING */ 51 51 52 #ifndef RT_OS_WINDOWS53 # include <GL/gl.h> /* For GLubyte and friends. */54 #endif55 56 52 #ifdef VBOX_WITH_VIDEOHWACCEL 57 53 # include <QGLWidget> 58 54 # include <QApplication> 59 55 # include <VBox/VBoxGL2D.h> 56 #endif 57 58 #ifndef RT_OS_WINDOWS 59 # include <GL/gl.h> /* For GLubyte and friends. */ 60 60 #endif 61 61
Note:
See TracChangeset
for help on using the changeset viewer.