fix xmga + playbar

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9048 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-01-20 21:35:31 +00:00
parent 7750844519
commit 24aec200db
1 changed files with 1 additions and 1 deletions

View File

@ -526,6 +526,6 @@ static void set_window( void ){
#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?)" );
}