summaryrefslogtreecommitdiff
path: root/xml/skin.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-10-05 23:21:30 +0200
committerThomas Günther <tom@toms-cafe.de>2009-10-05 23:21:30 +0200
commitc45807f8f7d5675ed189676117110b2e978c1da0 (patch)
treeddd044ea0cb39f4ddd1712fea66b18863c0cc1b0 /xml/skin.h
parentc88b9910d2295796d65546eb5e1e18e735100047 (diff)
downloadvdr-plugin-text2skin-c45807f8f7d5675ed189676117110b2e978c1da0.tar.gz
vdr-plugin-text2skin-c45807f8f7d5675ed189676117110b2e978c1da0.tar.bz2
Added HD patch with new absolute modes: abs1280x720, abs1920x1080
http://vdrportal.de/board/thread.php?postid=844681#post844681 (thanks to gda@vdrportal)
Diffstat (limited to 'xml/skin.h')
-rw-r--r--xml/skin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xml/skin.h b/xml/skin.h
index 49656ea..6f37378 100644
--- a/xml/skin.h
+++ b/xml/skin.h
@@ -65,7 +65,9 @@ public:
enum eScreenBase {
relative,
absolute,
-#define __COUNT_BASE__ (absolute + 1)
+ abs1280x720,
+ abs1920x1080,
+#define __COUNT_BASE__ (abs1920x1080 + 1)
};
private: