From 1eaa11f8beced0a96c32d9f1ef3221abd1159d98 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 May 2002 18:00:00 +0200 Subject: Version 1.0.3 - Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer). - Fixed some function headers to make them compile with gcc 3.x (thanks to Gregoire Favre). - Fixed the cutting mechanism to make it re-sync in case a frame is larger than the buffer (thanks to Sven Grothklags). - Added Swedish language texts (thanks to Tomas Prybil). --- dvbosd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dvbosd.c') diff --git a/dvbosd.c b/dvbosd.c index eb96261..67c7fbc 100644 --- a/dvbosd.c +++ b/dvbosd.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbosd.c 1.13 2002/04/13 11:34:48 kls Exp $ + * $Id: dvbosd.c 1.13.1.1 2002/05/18 08:44:46 kls Exp $ */ #include "dvbosd.h" @@ -528,7 +528,7 @@ eDvbFont cDvbOsd::SetFont(eDvbFont Font) return oldFont; } -void cDvbOsd::Text(int x, int y, const char *s, eDvbColor ColorFg = clrWhite, eDvbColor ColorBg = clrBackground, tWindowHandle Window) +void cDvbOsd::Text(int x, int y, const char *s, eDvbColor ColorFg, eDvbColor ColorBg, tWindowHandle Window) { cWindow *w = (Window == ALL_TILED_WINDOWS) ? GetWindow(x, y) : GetWindow(Window); if (w) -- cgit v1.2.3