summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.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_x11.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_x11.c')
-rw-r--r--video/out/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index 0da8715f5d..d1d6b6accc 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -308,7 +308,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *fmt, int flags)
TrueColor, &p->vinfo))
return -1;
- vo_x11_config_vo_window(vo, &p->vinfo, vo->dwidth, vo->dheight, flags, "x11");
+ vo_x11_config_vo_window(vo, &p->vinfo, flags, "x11");
if (!resize(vo))
return -1;