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 /render.h | |
parent | f9a94c9a8c8e1065c5276b3f2f8cac531e58774c (diff) | |
download | vdr-plugin-text2skin-27360784373d7b18beb665c406fd43a866d2bb46.tar.gz vdr-plugin-text2skin-27360784373d7b18beb665c406fd43a866d2bb46.tar.bz2 |
- added mask color
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: render.h,v 1.11 2005/01/20 20:45:46 lordjaxom Exp $ + * $Id: render.h,v 1.12 2005/01/26 20:42:41 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_RENDER_H @@ -85,7 +85,7 @@ protected: void DrawBackground(const txPoint &Pos, const txSize &Size, const tColor *Bg, const tColor *Fg, int Alpha, const std::string &Path); void DrawImage(const txPoint &Pos, const txSize &Size, const tColor *Bg, const tColor *Fg, - int Alpha, int Colors, const std::string &Path); + const tColor *Mask, int Alpha, int Colors, const std::string &Path); void DrawText(const txPoint &Pos, const txSize &Size, const tColor *Fg, const std::string &Text, const cFont *Font, int Align); void DrawMarquee(const txPoint &Pos, const txSize &Size, const tColor *Fg, |