From 839a89afdf54d0f6cc319af7d5d38be62ff424a9 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 28 Dec 2004 01:54:02 +0000 Subject: - animated bitmaps now honor the global "now" timestamp --- bitmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitmap.h') diff --git a/bitmap.h b/bitmap.h index f09d6cc..9d8e8f6 100644 --- a/bitmap.h +++ b/bitmap.h @@ -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); -- cgit v1.2.3