mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user