summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index 40c9369271..877f79a0e6 100644
--- a/input/input.h
+++ b/input/input.h
@@ -82,6 +82,7 @@ typedef struct mp_cmd {
struct mp_cmd *queue_next;
double scale; // for scaling numeric arguments
const struct mp_cmd_def *def;
+ char *sender; // name of the client API user which sent this
} mp_cmd_t;
struct mp_input_src {