Compile fixes.
This commit is contained in:
parent
4581a9999e
commit
891a86f0f3
@ -62,6 +62,7 @@ class QPlatformNativeInterface;
|
|||||||
class QPlatformPrinterSupport;
|
class QPlatformPrinterSupport;
|
||||||
class QPlatformDrag;
|
class QPlatformDrag;
|
||||||
class QPlatformGLContext;
|
class QPlatformGLContext;
|
||||||
|
class QGuiGLFormat;
|
||||||
|
|
||||||
class Q_GUI_EXPORT QPlatformIntegration
|
class Q_GUI_EXPORT QPlatformIntegration
|
||||||
{
|
{
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
#include "qwaylandreadbackeglcontext.h"
|
#include "qwaylandreadbackeglcontext.h"
|
||||||
|
|
||||||
#include "../../../eglconvenience/qeglconvenience.h"
|
#include <QPlatformSupport/eglconvenience/qeglconvenience_p.h>
|
||||||
|
|
||||||
#include <QtCore/QDebug>
|
#include <QtCore/QDebug>
|
||||||
#include <QtGui/QWindowContext>
|
#include <QtGui/QWindowContext>
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#include <QtCore/QDebug>
|
#include <QtCore/QDebug>
|
||||||
#include <QtGui/QRegion>
|
#include <QtGui/QRegion>
|
||||||
|
|
||||||
#include "QtPlatformSupport/private/qeglconvenience_p.h"
|
#include <QtPlatformSupport/private/qeglconvenience_p.h>
|
||||||
|
|
||||||
QWaylandXCompositeEGLSurface::QWaylandXCompositeEGLSurface(QWaylandXCompositeEGLWindow *window)
|
QWaylandXCompositeEGLSurface::QWaylandXCompositeEGLSurface(QWaylandXCompositeEGLWindow *window)
|
||||||
: QEGLSurface(window->eglSurface(), window->window()->glFormat())
|
: QEGLSurface(window->eglSurface(), window->window()->glFormat())
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
#include "qwaylandxcompositeeglintegration.h"
|
#include "qwaylandxcompositeeglintegration.h"
|
||||||
|
|
||||||
#include "qeglplatformcontext.h"
|
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
|
||||||
|
|
||||||
class QWaylandXCompositeEGLWindow;
|
class QWaylandXCompositeEGLWindow;
|
||||||
|
|
||||||
|
@ -42,10 +42,10 @@
|
|||||||
#include "qwaylandxcompositeeglwindow.h"
|
#include "qwaylandxcompositeeglwindow.h"
|
||||||
#include "qwaylandxcompositebuffer.h"
|
#include "qwaylandxcompositebuffer.h"
|
||||||
|
|
||||||
#include "qeglconvenience.h"
|
#include <QtPlatformSupport/private/qeglconvenience_p.h>
|
||||||
|
#include <QtPlatformSupport/private/qxlibeglintegration_p.h>
|
||||||
|
|
||||||
#include "wayland-xcomposite-client-protocol.h"
|
#include "wayland-xcomposite-client-protocol.h"
|
||||||
#include "qxlibeglintegration.h"
|
|
||||||
|
|
||||||
#include <X11/extensions/Xcomposite.h>
|
#include <X11/extensions/Xcomposite.h>
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
#if defined(XCB_USE_GLX)
|
#if defined(XCB_USE_GLX)
|
||||||
#include "qglxintegration.h"
|
#include "qglxintegration.h"
|
||||||
#elif defined(XCB_USE_EGL)
|
#elif defined(XCB_USE_EGL)
|
||||||
#include "../eglconvenience/qeglplatformcontext.h"
|
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QXcbIntegration::QXcbIntegration()
|
QXcbIntegration::QXcbIntegration()
|
||||||
|
Loading…
Reference in New Issue
Block a user