From 091b7b1f7dc2f72bef51dd1037befa459010a5db Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sun, 1 May 2011 22:25:36 +0200 Subject: initial upload to branch 'touchcol'. modifications for compatibility with branch touchcol from graphlcd-base; skin 'touchcol' for experimenting --- skinconfig.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'skinconfig.h') diff --git a/skinconfig.h b/skinconfig.h index 97bde72..3e901d5 100644 --- a/skinconfig.h +++ b/skinconfig.h @@ -6,7 +6,8 @@ * This file is released under the GNU General Public License. Refer * to the COPYING file distributed with this package. * - * (c) 2004 Andreas Regel + * (c) 2004-2010 Andreas Regel + * (c) 2010-2011 Wolfgang Astleitner */ #ifndef _GRAPHLCD_SKINCONFIG_H_ @@ -14,6 +15,8 @@ #include "alias.h" +#include + class cGraphLCDSkinConfig : public GLCD::cSkinConfig { private: @@ -37,9 +40,11 @@ public: virtual GLCD::cType GetToken(const GLCD::tSkinToken & Token); virtual int GetTokenId(const std::string & Name); virtual int GetTabPosition(int Index, int MaxWidth, const GLCD::cFont & Font); - virtual uint64_t Now(void); const std::string & SkinName(void) const { return mSkinName; } + + virtual uint64_t Now(void); + virtual GLCD::cDriver * GetDriver(void) const; }; #endif -- cgit v1.2.3