summaryrefslogtreecommitdiff
path: root/txtfont.h
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2016-02-27 18:16:22 +0200
committerRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2017-04-02 00:37:29 +0300
commited1a78f2e12ae01e07ba8bf79f5e4e6bb6df736a (patch)
treef83870c89844468b42a2bad71ad12d0d5175198a /txtfont.h
parentc8873c8852e251e3a48c5e1c8dd179f6cd8ec133 (diff)
downloadvdr-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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/txtfont.h b/txtfont.h
index 90b3cac..551a7ed 100644
--- a/txtfont.h
+++ b/txtfont.h
@@ -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