summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorua0lnj <ua0lnj@bk.ru>2018-01-28 18:08:45 +1000
committerRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2018-01-31 22:57:08 +0200
commitf4a1a56bc8fd826a13acfa2c1256b216e34731e3 (patch)
tree3dfa8aed7e7c7f6abf5c8771cbabaf0ca1a211a4 /setup.h
parent5ea42089f22b8eb761be709af5d5896a8d91090d (diff)
downloadvdr-plugin-osdteletext-f4a1a56bc8fd826a13acfa2c1256b216e34731e3.tar.gz
vdr-plugin-osdteletext-f4a1a56bc8fd826a13acfa2c1256b216e34731e3.tar.bz2
Add cyrillic code.
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;