diff options
author | Gerald Raaf <gerald.raaf@t-online.de> | 2017-05-23 20:16:52 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-23 20:16:52 +0200 |
commit | b09b9e58bb7b168e37bace2fccddac2111c511c3 (patch) | |
tree | 8ce7facd7ace36cce7ee5c600ee5e1b7a15b7cf6 /setup.h | |
parent | 3aa2870beca208e9d41aa939a743c8f333a75b2c (diff) | |
download | vdr-plugin-text2skin-b09b9e58bb7b168e37bace2fccddac2111c511c3.tar.gz vdr-plugin-text2skin-b09b9e58bb7b168e37bace2fccddac2111c511c3.tar.bz2 |
Correct image display using TT6400 high level osd.
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ public: int StripAux; int CheckTimerConflict; int MaxCacheFill; + int SupportOldSkins; }; extern cText2SkinSetup Text2SkinSetup; |