From f519887fe7571fb6e05f29b50d6f0bede1646b28 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 31 Aug 2016 13:25:28 +0200 Subject: input: use OPT_REPLACED for an old option alias --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index dd9486f12a..e93fc6ec17 100644 --- a/input/input.c +++ b/input/input.c @@ -186,12 +186,12 @@ const struct m_sub_options input_config = { OPT_INTRANGE("key-fifo-size", key_fifo_size, CONF_GLOBAL, 2, 65000), OPT_FLAG("cursor", enable_mouse_movements, CONF_GLOBAL), OPT_FLAG("vo-keyboard", vo_key_input, CONF_GLOBAL), - OPT_FLAG("x11-keyboard", vo_key_input, CONF_GLOBAL), // old alias #if HAVE_COCOA OPT_FLAG("appleremote", use_appleremote, CONF_GLOBAL), OPT_FLAG("media-keys", use_media_keys, CONF_GLOBAL), OPT_FLAG("app-events", use_app_events, CONF_GLOBAL), #endif + OPT_REPLACED("x11-keyboard", "input-vo-keyboard"), {0} }, .size = sizeof(struct input_opts), -- cgit v1.2.3