diff options
author | lordjaxom <lordjaxom> | 2004-12-28 01:54:02 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-28 01:54:02 +0000 |
commit | 839a89afdf54d0f6cc319af7d5d38be62ff424a9 (patch) | |
tree | be520b6dfa7845800fcc63a32d053bc8ffae280f /bitmap.h | |
parent | 7eba7bfaa35f8d377c26fd22f7d4a7ccc2a70c1b (diff) | |
download | vdr-plugin-text2skin-839a89afdf54d0f6cc319af7d5d38be62ff424a9.tar.gz vdr-plugin-text2skin-839a89afdf54d0f6cc319af7d5d38be62ff424a9.tar.bz2 |
- animated bitmaps now honor the global "now" timestamp
Diffstat (limited to 'bitmap.h')
-rw-r--r-- | bitmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: bitmap.h,v 1.2 2004/12/21 20:26:25 lordjaxom Exp $ + * $Id: bitmap.h,v 1.3 2004/12/28 01:54:02 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_BITMAP_H @@ -30,7 +30,7 @@ public: virtual ~cText2SkinBitmap(); void Reset(void) { mCurrent = 0; mLastGet = 0; } - cBitmap &Get(uint &UpdateIn); + cBitmap &Get(uint &UpdateIn, uint Now); void SetColor(int Index, tColor Color); void SetAlpha(int Alpha); |