Commit ee17400c authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

user32/tests: Fix WM_WINDOWPOSCHANGED entries.

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