VirtualBox

Changeset 84800 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 11, 2020 3:36:31 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: experimental QOpenGLWidget (disabled): reorder headers. bugref:9695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r84790 r84800  
    6363#ifdef VBOX_GUI_WITH_QTGLFRAMEBUFFER
    6464/* Experimental code. */
    65 # ifdef RT_OS_LINUX
    66 #include <GL/glx.h>
    67 # endif
    6865
    6966/* Qt OpenGL includes: */
     
    7673#include <QOpenGLTexture>
    7774#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
    7880
    7981class UIFrameBufferPrivate;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette