[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:
Giannis Adamopoulos 2013-12-21 10:44:10 +00:00
parent 55f7ba08b7
commit 0fbc07a49d

View file

@ -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);