summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2010-03-14 18:46:12 +0000
committerrofafor <rofafor>2010-03-14 18:46:12 +0000
commitad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae (patch)
treed58133ea30e155aa67812203d198eca31dab3c44
parent32061e69634d6f4facbcf9a9dd8a9019ee80b3fd (diff)
downloadxineliboutput-ad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae.tar.gz
xineliboutput-ad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae.tar.bz2
Fixed yaepghd compilation.
-rw-r--r--osd.c4
1 files 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++) {