summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-04 18:31:55 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-04 18:31:55 +0000
commita594c4f593d349e7067050726c6567f0e8c04ef9 (patch)
tree7f43f000b84ea896c4f95c4c345b52f3ae6b726c /libvo/vo_gl.c
parent2cb78b4cb89e14179fde02dc5aa209dc4eea1916 (diff)
downloadmpv-a594c4f593d349e7067050726c6567f0e8c04ef9.tar.bz2
mpv-a594c4f593d349e7067050726c6567f0e8c04ef9.tar.xz
more fullscreen fixes and gl2 uses setGlWindow.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13872 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index dac83135fa..bd790d05d1 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -256,8 +256,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
XVisualInfo *vinfo;
XEvent xev;
- vo_dwidth = d_width;
- vo_dheight = d_height;
+ vo_fs = VO_FALSE;
hint.x = 0;
hint.y = 0;