summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandshmbackingstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandshmbackingstore.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandshmbackingstore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandshmbackingstore.h b/src/plugins/platforms/wayland/qwaylandshmbackingstore.h
index dc895cc96..e1940776c 100644
--- a/src/plugins/platforms/wayland/qwaylandshmbackingstore.h
+++ b/src/plugins/platforms/wayland/qwaylandshmbackingstore.h
@@ -60,6 +60,7 @@ public:
QImage *image() { return &mImage; }
private:
QImage mImage;
+ struct wl_shm_pool *mShmPool;
};
class QWaylandShmBackingStore : public QPlatformBackingStore