From 27360784373d7b18beb665c406fd43a866d2bb46 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Wed, 26 Jan 2005 20:39:12 +0000 Subject: - added mask color --- render.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render.h') 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, -- cgit v1.2.3