summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-21 20:26:25 +0000
committerlordjaxom <lordjaxom>2004-12-21 20:26:25 +0000
commitdaa586ba0112a61d92a57e33e648f00b4105dd65 (patch)
tree9c4bb00087570023bf7706b60d2124ebfedb7d7d /bitmap.h
parentc05277882c111760d4e275b8521bb057e913a946 (diff)
downloadvdr-plugin-text2skin-daa586ba0112a61d92a57e33e648f00b4105dd65.tar.gz
vdr-plugin-text2skin-daa586ba0112a61d92a57e33e648f00b4105dd65.tar.bz2
- finished {CurrentRecording}
- improved marquee - added some missing checks
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitmap.h b/bitmap.h
index 9d95203..f09d6cc 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,5 +1,5 @@
/*
- * $Id: bitmap.h,v 1.1 2004/12/19 22:03:09 lordjaxom Exp $
+ * $Id: bitmap.h,v 1.2 2004/12/21 20:26:25 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_BITMAP_H
@@ -30,7 +30,7 @@ public:
virtual ~cText2SkinBitmap();
void Reset(void) { mCurrent = 0; mLastGet = 0; }
- cBitmap &Get(int &UpdateIn);
+ cBitmap &Get(uint &UpdateIn);
void SetColor(int Index, tColor Color);
void SetAlpha(int Alpha);