Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: dvd plugin on 1.3.6



http://www.vdr-portal.de/board/thread.php?threadid=11144&sid=61a7136ca28a132
d8c7f3bde6a99e8eb


diff -Nru dvd-0.3.4-rc10/control-dvd.c
vdr-dvd-0.3.4-rc10-patched/control-dvd.c
--- dvd-0.3.4-rc10/control-dvd.c	Tue Nov 11 14:43:29 2003
+++ vdr-dvd-0.3.4-rc10-patched/control-dvd.c	Sun Jan  4 18:43:35 2004
@@ -172,8 +172,8 @@
 {
      DEBUG_OSDPOS("*** OSD Open\n");
      if(!osdPosOffsetSet && player!=NULL) {
-	cFont font(fontOsd);
-	int h = font.Height('X');
+	const cFont *font = cFont::GetFont(fontOsd);
+	int h = font->Height('X');
 	osdPosOffset = ( player->getHeight()/h - Setup.OSDheight ) - 3 ;
 	osdPosOffsetSet = true;
         osdPos += osdPosOffset;
 

-----Original Message-----
From: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org] On Behalf Of
Lauri Tischler
Sent: Sunday, April 04, 2004 2:04 PM
To: vdr@linuxtv.org
Subject: [vdr] dvd plugin on 1.3.6

Ummm...   ???

control-dvd.c: In member function `void cDvdPlayerControl::OsdOpen(int,
int)':
control-dvd.c:175: error: no matching function for call to `cFont::cFont(
    eDvbFont)'
../../../include/vdr/font.h:29: error: candidates are: cFont::cFont(const
    cFont&)
../../../include/vdr/font.h:42: error:                 cFont::cFont(void*)

-- 
lwgt@iki.fi  * Using HTML-mail is like breaking wind in a church *
60.2N 24.7E  *   it is not illegal, just extremely bad manners   *



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as
subject.




-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index