mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[user32_apitest]
- Arch, don't allow the mouse to create unexpected messages because this will surely cause failures. Also if you move the mouse during the test you will also get these failures svn path=/trunk/; revision=61311
This commit is contained in:
parent
55f7ba08b7
commit
0fbc07a49d
1 changed files with 2 additions and 0 deletions
|
@ -499,6 +499,8 @@ static void Test_DWP_OwnerZOrder()
|
|||
|
||||
START_TEST(DeferWindowPos)
|
||||
{
|
||||
SetCursorPos(0,0);
|
||||
|
||||
RegisterSimpleClass(DWPTestProc, L"ownertest");
|
||||
hWnd1 = CreateWindowExW(0, L"ownertest", L"abc", 0, 10, 20,
|
||||
200, 210, NULL, NULL, 0, NULL);
|
||||
|
|
Loading…
Reference in a new issue