summaryrefslogtreecommitdiff
path: root/ext/wpe/WPEThreadedView.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wpe/WPEThreadedView.h')
-rw-r--r--ext/wpe/WPEThreadedView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wpe/WPEThreadedView.h b/ext/wpe/WPEThreadedView.h
index bc126d13c..6089251c3 100644
--- a/ext/wpe/WPEThreadedView.h
+++ b/ext/wpe/WPEThreadedView.h
@@ -138,6 +138,7 @@ private:
struct {
GMutex mutex;
GCond cond;
+ gboolean ready;
GThread* thread { nullptr };
} threading;