summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c2
-rw-r--r--input/cmd_list.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 101ffbf0a8..9d4409ed8e 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -177,6 +177,8 @@ const struct mp_cmd_def mp_cmds[] = {
ARG_INT, ARG_INT }},
{ MP_CMD_OVERLAY_REMOVE, "overlay_remove", { ARG_INT } },
+ { MP_CMD_WRITE_WATCH_LATER_CONFIG, "write_watch_later_config", },
+
{0}
};
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 0ed5b1d90b..b4085decb8 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -106,6 +106,8 @@ enum mp_command_type {
MP_CMD_OVERLAY_ADD,
MP_CMD_OVERLAY_REMOVE,
+ MP_CMD_WRITE_WATCH_LATER_CONFIG,
+
// Internal
MP_CMD_COMMAND_LIST, // list of sub-commands in args[0].v.p
};