mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 11:18:32 +00:00
fix xmga + playbar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9048 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7750844519
commit
24aec200db
@ -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?)" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user