summaryrefslogtreecommitdiffstats
path: root/video/out/vo_xv.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-06 20:24:35 +0200
committerwm4 <wm4@nowhere>2014-05-06 20:24:35 +0200
commit5eaefaa98a857f29a8ed868f8f3af03f8d71a8b6 (patch)
tree8ac814c575e0ed7ee69bcd0c1f366cbbf4ad205e /video/out/vo_xv.c
parentfeb1f8f18fc2bf1de81ea43d7b57e318c1bf4e69 (diff)
downloadmpv-5eaefaa98a857f29a8ed868f8f3af03f8d71a8b6.tar.bz2
mpv-5eaefaa98a857f29a8ed868f8f3af03f8d71a8b6.tar.xz
x11: don't use VOCTRL_UPDATE_SCREENINFO
See previous commit.
Diffstat (limited to 'video/out/vo_xv.c')
-rw-r--r--video/out/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index cab43c8f92..bf564cb136 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -452,7 +452,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *params, int flags)
if (!ctx->xv_format)
return -1;
- vo_x11_config_vo_window(vo, NULL, vo->dwidth, vo->dheight, flags, "xv");
+ vo_x11_config_vo_window(vo, NULL, flags, "xv");
if (ctx->xv_ck_info.method == CK_METHOD_BACKGROUND)
XSetWindowBackground(x11->display, x11->window, ctx->xv_colorkey);