summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render.h b/render.h
index 807a916..bb8331a 100644
--- a/render.h
+++ b/render.h
@@ -1,5 +1,5 @@
/*
- * $Id: render.h,v 1.3 2004/12/21 18:35:54 lordjaxom Exp $
+ * $Id: render.h,v 1.4 2004/12/21 20:26:25 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_RENDER_H
@@ -57,7 +57,7 @@ private:
cCondVar mDoUpdate;
cMutex mDoUpdateMutex;
cCondVar mStarted;
- int mUpdateIn;
+ uint mUpdateIn;
// coordinate transformation
txSize mBaseSize;