summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h')
-rw-r--r--src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h b/src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h
index 93627f67b..42c26e7da 100644
--- a/src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h
+++ b/src/compositor/wayland_wrapper/qwlsurfacebuffer_p.h
@@ -51,8 +51,7 @@
QT_BEGIN_NAMESPACE
-class QWaylandGraphicsHardwareIntegration;
-class QOpenGLContext;
+class QWaylandClientBufferIntegration;
namespace QtWayland {
@@ -99,7 +98,7 @@ public:
inline bool textureCreated() const { return m_texture; }
- void createTexture(QWaylandGraphicsHardwareIntegration *hwIntegration, QOpenGLContext *context);
+ void createTexture();
inline GLuint texture() const;
void destroyTexture();