mpv/input
wm4 a29597cb65 input: fix mouse_leave/OSC behavior
This essentially reverts commit cca13efb. The code in the if was
supposed to be run only if the mouse button was down, because in this
case the mouse area is never considered to be left. Since it was run
for every mouse button, mouse_leave wasn't sent.

Fixes #745.
2014-04-26 20:30:24 +02:00
..
cmd_list.c player: rename dvdnav to discnav 2014-03-30 11:42:49 +09:00
cmd_list.h player: rename dvdnav to discnav 2014-03-30 11:42:49 +09:00
cmd_parse.c command: fix loadfile command 2014-02-24 23:02:20 +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: fix mouse_leave/OSC behavior 2014-04-26 20:30:24 +02:00
input.h stream: make mp_input_check_interrupt thread-safe 2014-04-25 19:13:03 +02:00
joystick.c Kill all tabs 2014-04-13 18:03:01 +02: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 input: keycodes: reorder flags 2014-04-18 17:50:36 +02:00
lirc.c Kill all tabs 2014-04-13 18:03:01 +02:00
lirc.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00