From 6710527a832a253439cb31862bd568380f41efec Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 May 2014 21:49:14 +0200 Subject: input: make combined commands repeatable Binding multiple commands at once where always considered not repeatable, because the MP_CMD_COMMAND_LIST wasn't considered repeatable. Fixes #807 (probably). --- input/cmd_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/cmd_list.h') diff --git a/input/cmd_list.h b/input/cmd_list.h index b4085decb8..f061814f23 100644 --- a/input/cmd_list.h +++ b/input/cmd_list.h @@ -116,6 +116,8 @@ enum mp_command_type { struct mp_cmd; bool mp_input_is_abort_cmd(struct mp_cmd *cmd); +bool mp_input_is_repeatable_cmd(struct mp_cmd *cmd); + struct bstr; bool mp_replace_legacy_cmd(void *talloc_ctx, struct bstr *s); -- cgit v1.2.3