summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
diff options
context:
space:
mode:
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 af8a5f7133..7f4e36fbb6 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -188,7 +188,7 @@ const struct fmt_entry {
{0}
};
-static int reconfig(struct vo *vo, struct mp_image_params *fmt, int flags)
+static int reconfig(struct vo *vo, struct mp_image_params *fmt)
{
struct priv *p = vo->priv;