# HG changeset patch # User reimar # Date 1236415977 0 # Node ID 0c616c0f89646b4dbb0e7f3d460b417cd258eaef # Parent 56eee6ffba9bde11aec3cdf79c05a187c1a35c3b Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc. diff -r 56eee6ffba9b -r 0c616c0f8964 libvo/vo_xv.c --- a/libvo/vo_xv.c Sat Mar 07 08:51:40 2009 +0000 +++ b/libvo/vo_xv.c Sat Mar 07 08:52:57 2009 +0000 @@ -295,8 +295,6 @@ current_buf = 0; current_ip_buf = 0; - if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1; - resize(); return 0; diff -r 56eee6ffba9b -r 0c616c0f8964 libvo/vo_xvmc.c --- a/libvo/vo_xvmc.c Sat Mar 07 08:51:40 2009 +0000 +++ b/libvo/vo_xvmc.c Sat Mar 07 08:52:57 2009 +0000 @@ -664,8 +664,6 @@ #endif } - if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1; - //end vo_xv /* store image dimesions for displaying */