Changeset 78410 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest
- Timestamp:
- May 6, 2019 9:44:47 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
r78408 r78410 49 49 #endif 50 50 51 #ifdef VBOX_WITH_CROGL 52 51 #ifdef VBOX_WITH_VIDEOHWACCEL 52 #include <QGLWidget> 53 #include <QApplication> 54 #include <VBox/VBoxGL2D.h> 55 #endif 56 57 #ifdef VBOX_WITH_CROGL 53 58 #include <cr_spu.h> 54 59 … … 70 75 71 76 #ifdef VBOX_WITH_VIDEOHWACCEL 72 #include <QGLWidget>73 #include <QApplication>74 #include <VBox/VBoxGL2D.h>75 76 77 static int vboxCheck2DVideoAccelerationSupported() 77 78 {
Note:
See TracChangeset
for help on using the changeset viewer.