diff options
author | rofafor <rofafor> | 2010-03-14 18:46:12 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2010-03-14 18:46:12 +0000 |
commit | ad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae (patch) | |
tree | d58133ea30e155aa67812203d198eca31dab3c44 | |
parent | 32061e69634d6f4facbcf9a9dd8a9019ee80b3fd (diff) | |
download | xineliboutput-ad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae.tar.gz xineliboutput-ad6a5f2ac90d1fcbc0d692f5a22d46cd17e074ae.tar.bz2 |
Fixed yaepghd compilation.
-rw-r--r-- | osd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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++) { |