Commit 8a25798e authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

user32/tests: Accept another variation in send_message_5.

parent 02969759
......@@ -19699,9 +19699,9 @@ static const struct message send_message_3[] = {
{ 0 }
};
static const struct message send_message_5[] = {
{ WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE|SWP_NOZORDER }, /* win7+ dual monitor */
{ WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE, 0, SWP_NOZORDER }, /* win7+ dual monitor */
{ WM_GETMINMAXINFO, sent|defwinproc|optional }, /* win7+ dual monitor */
{ WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE|SWP_NOZORDER }, /* win7+ dual monitor */
{ WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOACTIVATE, 0, SWP_NOZORDER }, /* win7+ dual monitor */
{ WM_GETMINMAXINFO, sent|defwinproc|optional }, /* win7+ dual monitor */
{ 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