summaryrefslogtreecommitdiff
path: root/xml/object.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 /xml/object.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 'xml/object.h')
-rw-r--r--xml/object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/object.h b/xml/object.h
index 7d791fd..fca86f2 100644
--- a/xml/object.h
+++ b/xml/object.h
@@ -1,5 +1,5 @@
/*
- * $Id: object.h,v 1.4 2004/12/28 14:35:54 lordjaxom Exp $
+ * $Id: object.h,v 1.5 2005/01/01 23:44:36 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_XML_OBJECT_H
@@ -63,6 +63,8 @@ public:
};
private:
+ cxDisplay *mDisplay;
+ cxSkin *mSkin;
eType mType;
txPoint mPos1;
txPoint mPos2;
@@ -86,8 +88,6 @@ private:
uint mDelay;
uint mIndex;
cxObjects *mObjects; // used for block objects such as <list>
- cxDisplay *mDisplay;
- cxSkin *mSkin;
public:
cxObject(cxDisplay *parent);