summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-egl/qwaylandglcontext.h
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2013-11-28 14:46:59 +0100
committerJørgen Lind <jorgen.lind@digia.com>2013-11-28 15:41:35 +0100
commita8773f5263642ba2750ca94a6025806e9e78e909 (patch)
tree57b9495370f19461e44ada1345b47bd5d4418c01 /src/plugins/platforms/qwayland-egl/qwaylandglcontext.h
parentfebdea5d72693a5d859d6b8b992495f1af5aabf8 (diff)
Fix the override of glBindFrameBufferObject when parameter is 0
and fix a couple of warnings Change-Id: I77b692ea66df0f692017c3d16660701c09297e1d Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
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