summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-egl/qwaylandglcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/qwayland-egl/qwaylandglcontext.h')
-rw-r--r--src/plugins/platforms/qwayland-egl/qwaylandglcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/qwayland-egl/qwaylandglcontext.h b/src/plugins/platforms/qwayland-egl/qwaylandglcontext.h
index 3e1eb3e73..a0750bd87 100644
--- a/src/plugins/platforms/qwayland-egl/qwaylandglcontext.h
+++ b/src/plugins/platforms/qwayland-egl/qwaylandglcontext.h
@@ -88,6 +88,7 @@ private:
QSurfaceFormat m_format;
QOpenGLShaderProgram *m_blitProgram;
QOpenGLTextureCache *m_textureCache;
+ bool mUseNativeDefaultFbo;
};
QT_END_NAMESPACE