diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2016-02-27 18:16:22 +0200 |
---|---|---|
committer | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:37:29 +0300 |
commit | ed1a78f2e12ae01e07ba8bf79f5e4e6bb6df736a (patch) | |
tree | f83870c89844468b42a2bad71ad12d0d5175198a /txtfont.h | |
parent | c8873c8852e251e3a48c5e1c8dd179f6cd8ec133 (diff) | |
download | vdr-plugin-osdteletext-ed1a78f2e12ae01e07ba8bf79f5e4e6bb6df736a.tar.gz vdr-plugin-osdteletext-ed1a78f2e12ae01e07ba8bf79f5e4e6bb6df736a.tar.bz2 |
VDR-2.3.1 compatibility patch by kanadakruemel.
Diffstat (limited to 'txtfont.h')
-rw-r--r-- | txtfont.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -5,12 +5,6 @@ #include "txtrender.h" -unsigned int* GetFontChar(cTeletextChar c, unsigned int *buffer); -// Get a character bitmap for character/charset -// Also handle double width/height partial characters -// buffer must be an unsigned int[10] buffer, that *may* be used -// to store the character - a different pointer may be returned too. -// returns NULL if undefined character - +unsigned int GetVTXChar(cTeletextChar c); #endif |