From f5f1d102c99ef7b3f1e0aec6463a8c17d3262bad Mon Sep 17 00:00:00 2001 From: mrwastl Date: Fri, 18 Jun 2010 22:59:14 +0200 Subject: text-object: added support for alternative text / alternative condition; bug fixes: annoying update problems should now be fixed; bug fix in brightness update detection; overloadable method for getting a timestamp that is compliant to VDR timestamp (cSkinConfig::Now(), will be overloaded in vdr-plugin-graphlcd to return the value of cTimeMs::Now()); serdisp-driver: call rotate only if UpsideDown is set --- glcdskin/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glcdskin/config.h') diff --git a/glcdskin/config.h b/glcdskin/config.h index f6c8af9..ce68513 100644 --- a/glcdskin/config.h +++ b/glcdskin/config.h @@ -15,6 +15,7 @@ #include +#include namespace GLCD { @@ -35,6 +36,7 @@ public: virtual cType GetToken(const tSkinToken & Token); virtual int GetTokenId(const std::string & Name); virtual int GetTabPosition(int Index, int MaxWidth, const cFont & Font); + virtual uint64_t Now(void); }; } // end of namespace -- cgit v1.2.3