diff options
author | lordjaxom <lordjaxom> | 2004-10-27 18:08:03 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-10-27 18:08:03 +0000 |
commit | eb2f2c9600e8f69788232582191b141002bcd522 (patch) | |
tree | 4510197a5afd5e657e42421eb96820134e916c6b /render.h | |
parent | 5071a1754f3db0adcf477ecf8e5b2a818d1935bd (diff) | |
download | vdr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ private: // update thread bool mActive; cCondVar mDoUpdate; + cCondVar mStarted; cMutex mMutex; int mUpdateIn; |