From ad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae Mon Sep 17 00:00:00 2001 From: rofafor Date: Sun, 14 Mar 2010 18:46:12 +0000 Subject: Fixed yaepghd compilation. --- osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osd.c b/osd.c index 01154f31..68d10afb 100644 --- a/osd.c +++ b/osd.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: osd.c,v 1.42 2010-03-13 23:40:57 phintuka Exp $ + * $Id: osd.c,v 1.43 2010-03-14 18:46:12 rofafor Exp $ * */ @@ -483,7 +483,7 @@ void cXinelibOsd::Flush(void) #ifdef YAEPGHDVERSNUM if (vidWin.bpp) - SetVideoWindow(vidWin.x1, vidWin.y1, vidWin.x2, vidWin.y2); + CmdVideoWindow(vidWin.x1, vidWin.y1, vidWin.Width(), vidWin.Height()); #endif for (int i = 0; (Bitmap = GetBitmap(i)) != NULL; i++) { -- cgit v1.2.3