summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
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;