diff options
author | lordjaxom <lordjaxom> | 2004-12-21 20:26:25 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-21 20:26:25 +0000 |
commit | daa586ba0112a61d92a57e33e648f00b4105dd65 (patch) | |
tree | 9c4bb00087570023bf7706b60d2124ebfedb7d7d /render.h | |
parent | c05277882c111760d4e275b8521bb057e913a946 (diff) | |
download | vdr-plugin-text2skin-daa586ba0112a61d92a57e33e648f00b4105dd65.tar.gz vdr-plugin-text2skin-daa586ba0112a61d92a57e33e648f00b4105dd65.tar.bz2 |
- finished {CurrentRecording}
- improved marquee
- added some missing checks
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |