summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylanddisplay.h')
-rw-r--r--src/client/qwaylanddisplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylanddisplay.h b/src/client/qwaylanddisplay.h
index c58a45f5d..4e76de256 100644
--- a/src/client/qwaylanddisplay.h
+++ b/src/client/qwaylanddisplay.h
@@ -62,7 +62,7 @@ class QSocketNotifier;
class QWaylandBuffer;
class QPlatformScreen;
class QWaylandScreen;
-class QWaylandGLIntegration;
+class QWaylandClientBufferIntegration;
class QWaylandWindowManagerIntegration;
class QWaylandDataDeviceManager;
class QWaylandTouchExtension;
@@ -98,7 +98,7 @@ public:
struct wl_surface *createSurface(void *handle);
- QWaylandGLIntegration *glIntegration() const;
+ QWaylandClientBufferIntegration *clientBufferIntegration() const;
QWaylandWindowManagerIntegration *windowManagerIntegration() const;