diff options
author | Martin Herkt <lachs0r@srsfckn.biz> | 2013-12-19 20:56:42 +0100 |
---|---|---|
committer | Martin Herkt <lachs0r@srsfckn.biz> | 2013-12-19 21:04:10 +0100 |
commit | d2e750ccd62c144c6714c4086be6191833bff003 (patch) | |
tree | f360c3601d19e487c7b557a74aea6462260c06db /video/image_writer.h | |
parent | 03e53ab4301db94abc02059f29faab5c4ef40f5b (diff) | |
download | mpv-d2e750ccd62c144c6714c4086be6191833bff003.tar.bz2 mpv-d2e750ccd62c144c6714c4086be6191833bff003.tar.xz |
w32_common: fix mouse clicks
Apparently this has been broken for a year or so. The were three
reasons for the breakage here:
1. The window dragging hack prevented any DOWN event from
passing through since it always returned before we even got
the button.
2. The window style had CS_DBLCLKS in its flags, so we did not
get any DOWN events when the OS had detected a double click
(instead expecting us to handle a DBL event).
3. We never sent any mouse buttons when mouse movement handling
was disabled.
Diffstat (limited to 'video/image_writer.h')
0 files changed, 0 insertions, 0 deletions