diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 16:42:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 16:42:46 +0100 |
commit | 8db2fc2d24c01ccb76006816ed12452f7ec1745c (patch) | |
tree | aa386b8a2088980204332e4815e332bb5686d484 /font.c | |
parent | f5fc989ac713bac5cad8b48b4359b5027757c1ce (diff) | |
download | vdr-8db2fc2d24c01ccb76006816ed12452f7ec1745c.tar.gz vdr-8db2fc2d24c01ccb76006816ed12452f7ec1745c.tar.bz2 |
Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c
Diffstat (limited to 'font.c')
-rw-r--r-- | font.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: font.c 1.9 2004/10/23 14:06:01 kls Exp $ + * $Id: font.c 1.10 2004/12/18 13:41:19 kls Exp $ */ #include "config.h" @@ -12,9 +12,9 @@ #include "font.h" #include "tools.h" -#include "fontfix.c" -#include "fontosd.c" -#include "fontsml.c" +#include "fontfix-iso8859-1.c" +#include "fontosd-iso8859-1.c" +#include "fontsml-iso8859-1.c" #include "fontfix-iso8859-2.c" #include "fontosd-iso8859-2.c" |