summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-01 23:44:36 +0000
committerlordjaxom <lordjaxom>2005-01-01 23:44:36 +0000
commit4e0b98bf0cca1afa86b8c655c490392a70b56b36 (patch)
tree3bd0c33e090c67cbf948c9336317e4fdb175d9fa /render.h
parent929d806fbc6c2d05317cd7357861d371a29c290f (diff)
downloadvdr-plugin-text2skin-4e0b98bf0cca1afa86b8c655c490392a70b56b36.tar.gz
vdr-plugin-text2skin-4e0b98bf0cca1afa86b8c655c490392a70b56b36.tar.bz2
- some formatting issues
- moved translation to skin object
Diffstat (limited to 'render.h')
-rw-r--r--render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render.h b/render.h
index e15d223..de50cc3 100644
--- a/render.h
+++ b/render.h
@@ -1,5 +1,5 @@
/*
- * $Id: render.h,v 1.6 2004/12/28 18:06:02 lordjaxom Exp $
+ * $Id: render.h,v 1.7 2005/01/01 23:44:36 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_RENDER_H
@@ -126,6 +126,7 @@ public:
virtual ~cText2SkinRender();
// functions for object classes to obtain dynamic item information
+ //static std::string Translate(const std::string &Text);
static txPoint Transform(const txPoint &Pos);
static bool ItemColor(const std::string &Color, tColor &Result);
static std::string ImagePath(const std::string &Filename);