diff options
author | lordjaxom <lordjaxom> | 2005-01-26 20:39:12 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-26 20:39:12 +0000 |
commit | 27360784373d7b18beb665c406fd43a866d2bb46 (patch) | |
tree | 505f55c719bf8a41c03afc42ed60d43a0a05e230 /xml/object.h | |
parent | f9a94c9a8c8e1065c5276b3f2f8cac531e58774c (diff) | |
download | vdr-plugin-text2skin-27360784373d7b18beb665c406fd43a866d2bb46.tar.gz vdr-plugin-text2skin-27360784373d7b18beb665c406fd43a866d2bb46.tar.bz2 |
- added mask color
Diffstat (limited to 'xml/object.h')
-rw-r--r-- | xml/object.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xml/object.h b/xml/object.h index fca86f2..bbc37a0 100644 --- a/xml/object.h +++ b/xml/object.h @@ -1,5 +1,5 @@ /* - * $Id: object.h,v 1.5 2005/01/01 23:44:36 lordjaxom Exp $ + * $Id: object.h,v 1.6 2005/01/26 20:39:12 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_OBJECT_H @@ -73,6 +73,7 @@ private: int mArc; std::string mFg; std::string mBg; + std::string mMask; std::string mMark; std::string mActive; std::string mKeep; @@ -122,6 +123,7 @@ public: const cFont *Font(void) const; const tColor *Fg(void) const; const tColor *Bg(void) const; + const tColor *Mask(void) const; const tColor *Mark(void) const; const tColor *Active(void) const; const tColor *Keep(void) const; |