summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-21 22:19:58 +0000
committerlordjaxom <lordjaxom>2004-12-21 22:19:58 +0000
commit2369ba357f0157b5ba5c1456b2b48c28dca1b33a (patch)
treeb903d40cf1c5a48b0565ba3c31311bff777436be /display.h
parentaf63294d005e220502242bf263ea7eba658a5570 (diff)
downloadvdr-plugin-text2skin-2369ba357f0157b5ba5c1456b2b48c28dca1b33a.tar.gz
vdr-plugin-text2skin-2369ba357f0157b5ba5c1456b2b48c28dca1b33a.tar.bz2
- formatting issues
Diffstat (limited to 'display.h')
-rw-r--r--display.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/display.h b/display.h
index 4610f0a..3bc8b70 100644
--- a/display.h
+++ b/display.h
@@ -1,5 +1,5 @@
/*
- * $Id: display.h,v 1.2 2004/12/21 22:15:45 lordjaxom Exp $
+ * $Id: display.h,v 1.3 2004/12/21 22:19:58 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_SKIN_H
@@ -139,9 +139,9 @@ private:
// list view
struct tListItem {
- std::string text;
- std::string tabs[MaxTabs];
- bool sel;
+ std::string text;
+ std::string tabs[MaxTabs];
+ bool sel;
tListItem(const std::string &Text, bool Sel): text(Text), sel(Sel) {}
@@ -149,8 +149,8 @@ private:
};
typedef std::vector<tListItem> tListItems;
- tListItems mItems;
- uint mCurrentItem;
+ tListItems mItems;
+ uint mCurrentItem;
protected:
virtual cxType GetTokenData(const txToken &Token);