user32/tests: Fix occasional test failure in test_ShowWindow().
commitca37d6ea6b897cd73e96349e292a33b6ec29ada9
authorConnor McAdams <cmcadams@codeweavers.com>
Fri, 17 Sep 2021 15:41:14 +0000 (17 11:41 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Sep 2021 18:27:15 +0000 (17 20:27 +0200)
treea8273306f8e1cd77bb93acb2b6d041ab97e936ad
parent001aa01760168cd7e21e70bc1bb5fcc39a8432c3
user32/tests: Fix occasional test failure in test_ShowWindow().

Windows 8+ sometimes sends an optional WM_WINDOWPOSCHANGED after an optional
WM_WINDOWPOSCHANGING.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/msg.c