summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-26 20:39:12 +0000
committerlordjaxom <lordjaxom>2005-01-26 20:39:12 +0000
commit27360784373d7b18beb665c406fd43a866d2bb46 (patch)
tree505f55c719bf8a41c03afc42ed60d43a0a05e230 /render.h
parentf9a94c9a8c8e1065c5276b3f2f8cac531e58774c (diff)
downloadvdr-plugin-text2skin-27360784373d7b18beb665c406fd43a866d2bb46.tar.gz
vdr-plugin-text2skin-27360784373d7b18beb665c406fd43a866d2bb46.tar.bz2
- added mask color
Diffstat (limited to 'render.h')
-rw-r--r--render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render.h b/render.h
index e785e53..6797e1a 100644
--- a/render.h
+++ b/render.h
@@ -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,