# HG changeset patch # User pontscho # Date 1043098531 0 # Node ID 8c3d548683664a50526653d2c2c9419601a0e084 # Parent 13b7ad16f2789efc3b7e8f61772804edb1b88171 fix xmga + playbar diff -r 13b7ad16f278 -r 8c3d54868366 libvo/mga_common.c --- 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?)" ); }