summaryrefslogtreecommitdiff
path: root/xml/string.h
diff options
context:
space:
mode:
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)
};