summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/string.c2
-rw-r--r--xml/string.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/xml/string.c b/xml/string.c
index 76aa317..b8fc1f9 100644
--- a/xml/string.c
+++ b/xml/string.c
@@ -46,7 +46,7 @@ static const char *Tokens[__COUNT_TOKEN__] = {
"MenuTitle", "MenuGroup", "IsMenuGroup", "MenuItem", "IsMenuItem", "MenuCurrent",
"IsMenuCurrent", "MenuText", "RecordingName", "RecordingDateTime", "RecordingTitle",
"RecordingShortText", "RecordingDescription", "RecordingLanguageCode",
- "RecordingVideoAR", "RecordingSize", "RecordingLength", "RecordingCuttedLength",
+ "RecordingVideoAR", "RecordingSize", "RecordingLength", "RecordingCuttedLength", "OsdWidth", "OsdHeight",
"RecordingLanguageDescription", "ButtonRed", "ButtonGreen",
"ButtonYellow", "ButtonBlue", "CanScrollUp", "CanScrollDown"
};
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)
};