diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-05-26 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-05-26 18:00:00 +0200 |
commit | 1eaa11f8beced0a96c32d9f1ef3221abd1159d98 (patch) | |
tree | 0f8eaab29360c5691168481be910dbb20ba96c19 /dvbosd.c | |
parent | f2a4e5438d0fa75c82a46af864abd63d293ec339 (diff) | |
download | vdr-patch-lnbsharing-vdr-1.0.3.tar.gz vdr-patch-lnbsharing-vdr-1.0.3.tar.bz2 |
Version 1.0.3vdr-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).
Diffstat (limited to 'dvbosd.c')
-rw-r--r-- | dvbosd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |