Commit 971ef0d3 authored by Alexandre Julliard's avatar Alexandre Julliard

d3d8/tests: Don't require WM_MOVE on window reactivation.

It can be activated without moving.
parent 266c855f
......@@ -2922,7 +2922,6 @@ static void test_wndproc(void)
{
{WM_WINDOWPOSCHANGING, DEVICE_WINDOW, FALSE, 0},
{WM_WINDOWPOSCHANGED, DEVICE_WINDOW, FALSE, 0},
{WM_MOVE, DEVICE_WINDOW, FALSE, 0},
{WM_ACTIVATEAPP, FOCUS_WINDOW, TRUE, TRUE},
{0, 0, FALSE, 0},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment