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 0762d55400..6eef918b9e 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -602,7 +602,7 @@ static void uninit(struct vo *vo)
vo_x11_uninit(vo);
}
-static int preinit(struct vo *vo, const char *arg)
+static int preinit(struct vo *vo)
{
struct priv *p = vo->priv;
p->vo = vo;