Sweden-Number/dlls/user32
Rémi Bernon 9099b9843f user32/tests: Wait and flush messages after window creation.
The window created in the separate thread in test_Input_mouse sometimes
fails to catch the mouse input in time. Waiting and flushing the initial
messages seems to make the issue harder to reproduce.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-05 16:46:59 +01:00
..
resources
tests user32/tests: Wait and flush messages after window creation. 2019-11-05 16:46:59 +01:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c user32/combo: Properly handle WM_CTLCOLOR* messages. 2019-11-04 12:15:42 +01:00
controls.h
cursoricon.c user32: Don't go past the end of the animated cursor data. 2019-10-01 09:43:27 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c user32: WM_MOUSEACTIVATE should return MA_NOACTIVATE for WM_LBUTTONDOWN/HTCAPTION message. 2019-11-05 16:43:28 +01:00
desktop.c
dialog.c
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c
menu.c
message.c user32: Return -1 from peek_message() on error. 2019-09-18 21:55:16 +02:00
misc.c
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c user32: Support RIDI_PREPARSEDDATA in GetRawInputDeviceInfo. 2019-11-04 22:43:01 +01:00
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Don't report mirrored slave monitors in EnumDisplayMonitors. 2019-09-16 22:58:41 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c user32: Avoid dead initialization (scan-build). 2019-09-16 10:14:12 +02:00
user_private.h
win.c user32: Fix behavior of GetWindowInfo(0, NULL). 2019-09-24 11:34:18 +02:00
win.h
winhelp.c
winpos.c user32: Fix coords in WINDOWPOS for WM_NCCALCSIZE sent from SetWindowPos(). 2019-10-21 20:39:15 +02:00
winproc.c
winstation.c
wsprintf.c