summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandintegration_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-11-07 14:43:24 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-15 18:46:38 +0100
commit4613291e8c1717d8d3316b2c0b1f2c6c96bdc56f (patch)
treed815d5dc56c46361146b2ee3ce2b6c2a2cc2c6bb /src/client/qwaylandintegration_p.h
parent23ecb57e11bea42c2e90d280b21b6ee448a9afff (diff)
parent7882407bb6bab6c042fd20592a63a875b74eb581 (diff)
Merge branch '5.4' into dev
Merge done by Giulio Camuffo Conflicts: src/client/client.pro src/client/qwaylanddisplay.cpp src/client/qwaylandinputdevice.cpp src/client/qwaylandinputdevice_p.h src/client/qwaylandwindow.cpp src/compositor/compositor_api/qwaylandsurface.cpp src/compositor/compositor_api/qwaylandsurface_p.h src/compositor/wayland_wrapper/qwlsurface.cpp Change-Id: I1df878bb54f49d953c51215a2772869e261ebe81
Diffstat (limited to 'src/client/qwaylandintegration_p.h')
-rw-r--r--src/client/qwaylandintegration_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/qwaylandintegration_p.h b/src/client/qwaylandintegration_p.h
index 9741b1a78..c0909418e 100644
--- a/src/client/qwaylandintegration_p.h
+++ b/src/client/qwaylandintegration_p.h
@@ -63,7 +63,9 @@ public:
bool hasCapability(QPlatformIntegration::Capability cap) const;
QPlatformWindow *createPlatformWindow(QWindow *window) const;
+#ifndef QT_NO_OPENGL
QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context) const;
+#endif
QPlatformBackingStore *createPlatformBackingStore(QWindow *window) const;
QAbstractEventDispatcher *createEventDispatcher() const;
@@ -91,7 +93,7 @@ public:
QPlatformTheme *createPlatformTheme(const QString &name) const;
- QWaylandInputDevice *createInputDevice(QWaylandDisplay *display, uint32_t id);
+ QWaylandInputDevice *createInputDevice(QWaylandDisplay *display, int version, uint32_t id);
virtual QWaylandClientBufferIntegration *clientBufferIntegration() const;
virtual QWaylandServerBufferIntegration *serverBufferIntegration() const;