Changeset 84800 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 11, 2020 3:36:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r84790 r84800 63 63 #ifdef VBOX_GUI_WITH_QTGLFRAMEBUFFER 64 64 /* Experimental code. */ 65 # ifdef RT_OS_LINUX66 #include <GL/glx.h>67 # endif68 65 69 66 /* Qt OpenGL includes: */ … … 76 73 #include <QOpenGLTexture> 77 74 #include <QOpenGLWidget> 75 76 # ifdef RT_OS_LINUX 77 /* GL/glx.h must be included after Qt GL headers (which define GL_GLEXT_LEGACY) to avoid GL_GLEXT_VERSION conflict. */ 78 #include <GL/glx.h> 79 # endif 78 80 79 81 class UIFrameBufferPrivate;
Note:
See TracChangeset
for help on using the changeset viewer.