summaryrefslogtreecommitdiff
path: root/xml/string.h
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-01-07 12:00:00 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 01:37:19 +0200
commiteb6eaf285edd82c212810f066313f93dc4a8a129 (patch)
treeccd809304ccfaf710db31e5ba765b92961a821ca /xml/string.h
parenteeda27b9d069161db0261f6e2f51ac9463bde910 (diff)
downloadvdr-plugin-text2skin-eb6eaf285edd82c212810f066313f93dc4a8a129.tar.gz
vdr-plugin-text2skin-eb6eaf285edd82c212810f066313f93dc4a8a129.tar.bz2
2006-01-07: Version 1.1-cvs_ext-0.5 (vdr-text2skin-1.1-cvs_ext-0.5.diff)
- modifications to compile with vdr-versions >= 1.3.18 - added tokens: OsdWidth, OsdHeight - activating the token ReplayVideoAR
Diffstat (limited to 'xml/string.h')
-rw-r--r--xml/string.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xml/string.h b/xml/string.h
index 098e43b..68cd8fa 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -153,6 +153,8 @@ enum exToken {
tRecordingSize,
tRecordingLength,
tRecordingCuttedLength,
+ tOsdWidth,
+ tOsdHeight,
tRecordingLanguageDescription,
// next four also in Channel and Replay display (if supported by vdr/plugin)
tButtonRed,
@@ -161,7 +163,7 @@ enum exToken {
tButtonBlue,
tCanScrollUp,
tCanScrollDown,
-
+
#define __COUNT_TOKEN__ (tCanScrollDown + 1)
};