summaryrefslogtreecommitdiff
path: root/xml/string.h
diff options
context:
space:
mode:
authorNemoN <thomas.oeding@gmx.de>2011-11-07 14:02:44 +0100
committerVille Skyttä <ville.skytta@iki.fi>2011-11-08 22:58:36 +0200
commitfcf191be71d88c5689d00532c0cb268edd9cdeb8 (patch)
tree0c79634b3ce974d425ea312c05d46e79ace333fd /xml/string.h
parentba3db561e2c692ac38a5e56b6d5bd5f9b22c69f1 (diff)
downloadvdr-plugin-text2skin-fcf191be71d88c5689d00532c0cb268edd9cdeb8.tar.gz
vdr-plugin-text2skin-fcf191be71d88c5689d00532c0cb268edd9cdeb8.tar.bz2
new token support for: - UsedDiskSpace - TotalDiskSpace - VideoSizeWidth - VideoSizeHeight
Diffstat (limited to 'xml/string.h')
-rw-r--r--xml/string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/string.h b/xml/string.h
index 3fd6361..2bc1388 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -10,6 +10,10 @@
enum exToken {
tDateTime,
tFreeDiskSpace,
+ tUsedDiskSpace,
+ tTotalDiskSpace,
+ tVideoSizeWidth,
+ tVideoSizeHeight,
tAudioTrack,
tAudioChannel,