[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.68,1.69 vo_x11.c,1.72,1.73
Atmosfear
atmos4 at mplayer.dev.hu
Thu Feb 21 17:17:17 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv15175/libvo
Modified Files:
vo_sdl.c vo_x11.c
Log Message:
Fix return value of VOCTRL_FULLSCREEN
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- vo_sdl.c 20 Feb 2002 22:42:46 -0000 1.68
+++ vo_sdl.c 21 Feb 2002 16:17:15 -0000 1.69
@@ -1327,7 +1327,7 @@
set_fullmode(priv->fullmode);
if(verbose > 1) printf("SDL: Set fullscreen mode\n");
}
- //return VO_TRUE; // XXX what should VOCTRL_FULLSCREEN return?
+ return VO_TRUE;
}
return VO_NOTIMPL;
Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- vo_x11.c 21 Feb 2002 10:49:57 -0000 1.72
+++ vo_x11.c 21 Feb 2002 16:17:15 -0000 1.73
@@ -650,6 +650,7 @@
vo_fs_oldheight = -1;
XSync(mDisplay, False);
}
+ return VO_TRUE;
}
return VO_NOTIMPL;
}
More information about the MPlayer-cvslog
mailing list