From 082c5c19a1efe3c450f1ad1b0411d335be88e60e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 4 Jan 2014 16:59:22 +0100 Subject: input: move files drag and drop to a new event.c file event.c will be used to feed the input queue with 'global' events that don't mesh well with the usual check_events path in mpv. --- input/input.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index f0e9f8d5e9..de9d143265 100644 --- a/input/input.h +++ b/input/input.h @@ -210,6 +210,10 @@ 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, + const char *location); + extern int async_quit_request; #endif /* MPLAYER_INPUT_H */ -- cgit v1.2.3