user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture...
commit9bb87cc71c95f45cd6111b28b687bd753380a4c7
authorChristopher Thielen <cthielen@gmail.com>
Mon, 1 Feb 2016 04:32:51 +0000 (31 20:32 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Feb 2016 13:24:11 +0000 (2 22:24 +0900)
tree15b95a0df4d67357cf905821b1339331e5dc95d1
parent85faafc0e3f3861e7c03d4f7dc842bd7d4cf6ae9
user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice.

Signed-off-by: Christopher Thielen <cthielen@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/input.c
dlls/user32/tests/msg.c