From e0de96fc7168daeaf414fb6196e08969468427d2 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 7 Jun 2004 19:09:34 +0000 Subject: - fixed Timebar which sometimes displayed something beyond 100% - fixed scrolling in EPG detail display - added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate" - added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates - added parameter format that holds the format string for the above items - implemented setup menu to flush image cache --- bitmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bitmap.h') diff --git a/bitmap.h b/bitmap.h index 6028f0b..51fc358 100644 --- a/bitmap.h +++ b/bitmap.h @@ -1,5 +1,5 @@ /* - * $Id: bitmap.h,v 1.7 2004/06/05 01:39:36 lordjaxom Exp $ + * $Id: bitmap.h,v 1.8 2004/06/07 18:23:11 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_BITMAP_H @@ -21,6 +21,7 @@ private: public: static cText2SkinBitmap *Load(const char *Filename); + static void FlushCache(void) { mCache.Flush(); } virtual ~cText2SkinBitmap(); -- cgit v1.2.3