Sweden-Number/dlls/user32/tests
Dmitry Timoshkov ababea0fd7 user32: DragDetect() should enter its message loop only if the left mouse button is pressed.
There's an application that calls DragDetect() on every WM_MOUSEMOVE
message, and this breaks handling of mouse events. A simple test app
shows that on Windows DragDetect() starts its message loop when left
mouse button is pressed.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 23:05:47 +02:00
..
Makefile.in
bmp1x1_32bpp.bmp
broadcast.c
class.c
clipboard.c
combo.c
cursoricon.c
dce.c
dde.c
dialog.c user32: Return INT_PTR instead of LRESULT in dialog procedures. 2021-10-19 11:33:05 +02:00
edit.c
generated.c
input.c
listbox.c
menu.c
monitor.c user32/tests: Fix some test failures on the w7u_2qxl TestBot. 2021-09-16 22:22:44 +02:00
msg.c user32: Return INT_PTR instead of LRESULT in dialog procedures. 2021-10-19 11:33:05 +02:00
resource.c
resource.rc
scroll.c
static.c
sysparams.c
test_mono.bmp
text.c
uitools.c
win.c user32: DragDetect() should enter its message loop only if the left mouse button is pressed. 2021-10-25 23:05:47 +02:00
winstation.c
wsprintf.c