summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-20 21:35:31 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-20 21:35:31 +0000
commit24aec200db5b58bb86ba496e5582d60cf9dc7738 (patch)
treed1f22119b31678f66bae7506d4328ace5163a550 /libvo
parent7750844519bb62146e52bbc802b1fe076397cf9d (diff)
downloadmpv-24aec200db5b58bb86ba496e5582d60cf9dc7738.tar.bz2
mpv-24aec200db5b58bb86ba496e5582d60cf9dc7738.tar.xz
fix xmga + playbar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9048 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index e86c94834d..aa2e04c768 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -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?)" );
}