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

This commit is contained in:
Alexandre Julliard 2014-11-26 20:40:49 +01:00
parent 5df9286e19
commit 099bc21df7
1 changed files with 1 additions and 1 deletions

View File

@ -3295,7 +3295,7 @@ static void test_wndproc(void)
{
{WM_WINDOWPOSCHANGING, 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},
{0, 0, FALSE, 0},
};