summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-07 08:52:57 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-07 08:52:57 +0000
commitfca78186689deea70cb619a5e0bc3dc5dd74651e (patch)
tree8d3db94361ef2223be58e5541abb065e1ef04e4e /libvo
parent05119ecaf6e8628377f324da97ff6af58f3e380f (diff)
downloadmpv-fca78186689deea70cb619a5e0bc3dc5dd74651e.tar.bz2
mpv-fca78186689deea70cb619a5e0bc3dc5dd74651e.tar.xz
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28864 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c2
-rw-r--r--libvo/vo_xvmc.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 7ae0d48ac1..d9325eb9a9 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -295,8 +295,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
current_buf = 0;
current_ip_buf = 0;
- if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1;
-
resize();
return 0;
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c
index 5d14cf83e5..38b3a80b14 100644
--- a/libvo/vo_xvmc.c
+++ b/libvo/vo_xvmc.c
@@ -664,8 +664,6 @@ skip_surface_allocation:
#endif
}
- if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1;
-
//end vo_xv
/* store image dimesions for displaying */