Mercurial > mplayer.hg
changeset 9047:8c3d54868366
fix xmga + playbar
author | pontscho |
---|---|
date | Mon, 20 Jan 2003 21:35:31 +0000 |
parents | 13b7ad16f278 |
children | c0eab5d768c7 |
files | libvo/mga_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/mga_common.c Mon Jan 20 21:33:11 2003 +0000 +++ b/libvo/mga_common.c Mon Jan 20 21:35:31 2003 +0000 @@ -526,6 +526,6 @@ #ifdef VO_XMGA mDrawColorKey(); #endif - if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) ) mp_msg(MSGT_VO,MSGL_WARN,"Error in mga_vid_config ioctl (wrong mga_vid.o version?)" ); } + if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) ) mp_msg(MSGT_VO,MSGL_WARN,"Error in mga_vid_config ioctl (wrong mga_vid.o version?)" ); }