From e294656cb11082a77f2e785fb55ddafa926bbc47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 9 Oct 2014 18:28:37 +0200 Subject: client API: rename --input-x11-keyboard to --input-vo-keyboard Apparently we need this for Cocoa too. (The option was X11 specific in the hope that only X11 would need this hack.) --- player/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/client.c') diff --git a/player/client.c b/player/client.c index f64f0bd976..23193a1391 100644 --- a/player/client.c +++ b/player/client.c @@ -403,7 +403,7 @@ mpv_handle *mpv_create(void) mpv_set_option_string(ctx, "terminal", "no"); mpv_set_option_string(ctx, "osc", "no"); mpv_set_option_string(ctx, "input-default-bindings", "no"); - mpv_set_option_string(ctx, "input-x11-keyboard", "no"); + mpv_set_option_string(ctx, "input-vo-keyboard", "no"); mpv_set_option_string(ctx, "input-lirc", "no"); } else { mp_destroy(mpctx); -- cgit v1.2.3