summaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-05-23 19:29:12 +0000
committerlordjaxom <lordjaxom>2004-05-23 19:29:12 +0000
commit377ef2b18a6499a1ef0e540a74c4e54317efee85 (patch)
tree211342fe01d961a9fd621dce45b2672c520c49c5 /data.h
parentd309055320433e5fd899de53dc688d679609e6db (diff)
downloadvdr-plugin-text2skin-377ef2b18a6499a1ef0e540a74c4e54317efee85.tar.gz
vdr-plugin-text2skin-377ef2b18a6499a1ef0e540a74c4e54317efee85.tar.bz2
- added "ChannelSmall" section (apparently VDR doesn't use it)v0.0.1-pre2
- added replay and message items - added a german translation of the SKINS document (incomplete)
Diffstat (limited to 'data.h')
-rw-r--r--data.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/data.h b/data.h
index 69327bc..de1c374 100644
--- a/data.h
+++ b/data.h
@@ -1,5 +1,5 @@
/*
- * $Id: data.h,v 1.1.1.1 2004/05/23 00:08:03 lordjaxom Exp $
+ * $Id: data.h,v 1.2 2004/05/23 19:20:26 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_DATA_H
@@ -13,6 +13,7 @@
enum eSkinSection {
sectionUnknown,
+ sectionChannelSmall,
sectionChannel,
sectionVolume,
sectionReplayMode,
@@ -50,6 +51,13 @@ enum eSkinItem {
itemMute,
itemProgressbar,
itemReplayTitle,
+ itemReplayCurrent,
+ itemReplayTotal,
+ itemReplayJump,
+ itemMessageStatus,
+ itemMessageInfo,
+ itemMessageWarning,
+ itemMessageError,
itemMenuArea,
itemMenuItem,
itemMenuCurrent