summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/input.h b/input/input.h
index de9d143265..55fd4875de 100644
--- a/input/input.h
+++ b/input/input.h
@@ -210,8 +210,8 @@ int mp_input_check_interrupt(struct input_ctx *ictx, int time);
// characters. If false, count Right Alt as the modifier Alt key.
bool mp_input_use_alt_gr(struct input_ctx *ictx);
-// Runs a command parsing the input string array
-void mp_input_run_cmd(struct input_ctx *ictx, const char **cmd,
+// Like mp_input_parse_cmd_strv, but also run the command.
+void mp_input_run_cmd(struct input_ctx *ictx, int def_flags, const char **cmd,
const char *location);
extern int async_quit_request;