1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 05:42:19 +00:00
mpv/input
wm4 57c9f5236a input, dvdnav: fix osc stealing input from dvdnav
This is a regression introduced from moving Lua scripts (including the
OSC) to their own threads. Now OSC and dvdnav can add their bindings at
the same time without coordination, which seems to result in the OSC
winning most time, and thus overriding the dvdnav menu bindings.

Fix this by adding a flag that makes dvdnav menu bindings take priority
over all other bindings.
2014-02-19 15:40:04 +01:00
..
cmd_list.c client API: add a client message event 2014-02-17 02:52:58 +01:00
cmd_list.h client API: add a client message event 2014-02-17 02:52:58 +01:00
cmd_parse.c common: simplify and optimize string escape parsing 2013-12-30 22:49:50 +01:00
cmd_parse.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
event.c input: change mp_input_run_cmd signature 2014-01-04 19:42:16 +01:00
event.h video/out: remove some code duplication between X11 and wayland 2014-01-04 19:33:40 +01:00
input.c input, dvdnav: fix osc stealing input from dvdnav 2014-02-19 15:40:04 +01:00
input.h input, dvdnav: fix osc stealing input from dvdnav 2014-02-19 15:40:04 +01:00
joystick.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
joystick.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00
keycodes.c keycodes: add const to a function argument 2014-02-17 02:52:58 +01:00
keycodes.h keycodes: add const to a function argument 2014-02-17 02:52:58 +01:00
lirc.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
lirc.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00