summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorTobias Grimm <git@e-tobi.net>2018-02-24 19:52:43 +0100
committerTobias Grimm <git@e-tobi.net>2018-02-24 19:52:43 +0100
commita1c65782ca609071c94da18944ebebd0bcdd8aa9 (patch)
tree1def41bdad2fec96ed20eebbf74dc94b461d96ac /setup.h
parentb2df8095dee3bec5f0a5cf9a363b364512ed3df9 (diff)
parentf4a1a56bc8fd826a13acfa2c1256b216e34731e3 (diff)
downloadvdr-plugin-osdteletext-a1c65782ca609071c94da18944ebebd0bcdd8aa9.tar.gz
vdr-plugin-osdteletext-a1c65782ca609071c94da18944ebebd0bcdd8aa9.tar.bz2
Merge remote-tracking branch 'rofafor/vdr-2.3.x'
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 8856b48..c293127 100644
--- a/setup.h
+++ b/setup.h
@@ -49,6 +49,9 @@ public:
cString txtFontName;
cStringList txtFontNames;
int txtFontIndex;
+ int txtG0Block;
+ int txtG2Block;
+ const char *txtBlock[11];
};
extern TeletextSetup ttSetup;