summaryrefslogtreecommitdiff
path: root/xml/string.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-28 01:24:35 +0000
committerlordjaxom <lordjaxom>2004-12-28 01:24:35 +0000
commitd5de012d18ffe859b70e703fec6170b1021e4249 (patch)
tree0fd60f69e1e432ca891828a5ce42df6a47634c22 /xml/string.h
parentb0a767292621b6c79a8bd021bbe2915a64e5b30c (diff)
downloadvdr-plugin-text2skin-d5de012d18ffe859b70e703fec6170b1021e4249.tar.gz
vdr-plugin-text2skin-d5de012d18ffe859b70e703fec6170b1021e4249.tar.bz2
- moved marquee into renderer
- introduced object state cache - introduced blink element - introduced delay attribute to objects
Diffstat (limited to 'xml/string.h')
-rw-r--r--xml/string.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/string.h b/xml/string.h
index b3b0c8d..f441c9f 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -1,5 +1,5 @@
/*
- * $Id: string.h,v 1.3 2004/12/21 20:26:25 lordjaxom Exp $
+ * $Id: string.h,v 1.4 2004/12/28 01:24:35 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_XML_STRING_H
@@ -175,10 +175,10 @@ public:
bool Parse(const std::string &Text);
cxType Evaluate(void) const;
- void SetIndex(uint Index, int Tab);
+ void SetListIndex(uint Index, int Tab);
};
-inline void cxString::SetIndex(uint Index, int Tab)
+inline void cxString::SetListIndex(uint Index, int Tab)
{
for (uint i = 0; i < mTokens.size(); ++i) {
mTokens[i].Index = Index;