summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-10-27 18:08:03 +0000
committerlordjaxom <lordjaxom>2004-10-27 18:08:03 +0000
commiteb2f2c9600e8f69788232582191b141002bcd522 (patch)
tree4510197a5afd5e657e42421eb96820134e916c6b /render.h
parent5071a1754f3db0adcf477ecf8e5b2a818d1935bd (diff)
downloadvdr-plugin-text2skin-eb2f2c9600e8f69788232582191b141002bcd522.tar.gz
vdr-plugin-text2skin-eb2f2c9600e8f69788232582191b141002bcd522.tar.bz2
- fixed ugly race conditions that appears to occur more often with VDR >= 1.3.14v0.0.8.1
Diffstat (limited to 'render.h')
-rw-r--r--render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render.h b/render.h
index 1c20beb..7057315 100644
--- a/render.h
+++ b/render.h
@@ -91,6 +91,7 @@ private:
// update thread
bool mActive;
cCondVar mDoUpdate;
+ cCondVar mStarted;
cMutex mMutex;
int mUpdateIn;