summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h')
-rw-r--r--src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h b/src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h
index 9e876ac17..e704792ea 100644
--- a/src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h
+++ b/src/hardwareintegration/client/wayland-egl/qwaylandglcontext.h
@@ -92,7 +92,7 @@ private:
DecorationsBlitter *m_blitter = nullptr;
bool mUseNativeDefaultFbo = false;
uint m_api;
- bool mSupportNonBlockingSwap = true;
+ bool m_supportNonBlockingSwap = true;
friend class DecorationsBlitter;
};