summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandsubsurface_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandsubsurface_p.h')
-rw-r--r--src/client/qwaylandsubsurface_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandsubsurface_p.h b/src/client/qwaylandsubsurface_p.h
index 00fb8d8ed..36a92a755 100644
--- a/src/client/qwaylandsubsurface_p.h
+++ b/src/client/qwaylandsubsurface_p.h
@@ -88,7 +88,7 @@ private:
void set_desync();
QWaylandWindow *m_window;
QWaylandWindow *m_parent;
- bool m_synchronized;
+ bool m_synchronized = false;
QMutex m_syncLock;
};