Commit 099bc21d authored by Alexandre Julliard's avatar Alexandre Julliard

d3d9/tests: Don't require a WM_MOVE message.

parent 5df9286e
...@@ -3295,7 +3295,7 @@ static void test_wndproc(void) ...@@ -3295,7 +3295,7 @@ static void test_wndproc(void)
{ {
{WM_WINDOWPOSCHANGING, DEVICE_WINDOW, FALSE, 0}, {WM_WINDOWPOSCHANGING, DEVICE_WINDOW, FALSE, 0},
{WM_WINDOWPOSCHANGED, DEVICE_WINDOW, FALSE, 0}, {WM_WINDOWPOSCHANGED, DEVICE_WINDOW, FALSE, 0},
{WM_MOVE, DEVICE_WINDOW, FALSE, 0}, /* optional WM_MOVE here if size changed */
{WM_ACTIVATEAPP, FOCUS_WINDOW, TRUE, TRUE}, {WM_ACTIVATEAPP, FOCUS_WINDOW, TRUE, TRUE},
{0, 0, FALSE, 0}, {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