diff options
author | lordjaxom <lordjaxom> | 2004-05-23 19:29:12 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-05-23 19:29:12 +0000 |
commit | 377ef2b18a6499a1ef0e540a74c4e54317efee85 (patch) | |
tree | 211342fe01d961a9fd621dce45b2672c520c49c5 /data.h | |
parent | d309055320433e5fd899de53dc688d679609e6db (diff) | |
download | vdr-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.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |