Commit 8552b506 authored by Alexandre Julliard's avatar Alexandre Julliard

comctl32/tests: Fix a couple of message test failures.

parent 17c6542c
...@@ -302,8 +302,10 @@ static const struct message destroy_parent_seq[] = { ...@@ -302,8 +302,10 @@ static const struct message destroy_parent_seq[] = {
{ 0x0090, sent|optional }, /* Vista */ { 0x0090, sent|optional }, /* Vista */
{ WM_WINDOWPOSCHANGING, sent|wparam, 0}, { WM_WINDOWPOSCHANGING, sent|wparam, 0},
{ WM_WINDOWPOSCHANGED, sent|wparam, 0}, { WM_WINDOWPOSCHANGED, sent|wparam, 0},
{ WM_NCACTIVATE, sent|wparam|lparam, 0, 0}, { WM_NCACTIVATE, sent|wparam, 0},
{ WM_ACTIVATE, sent|wparam|lparam, 0, 0}, { WM_ACTIVATE, sent|wparam, 0},
{ WM_NCACTIVATE, sent|wparam|lparam|optional, 0, 0},
{ WM_ACTIVATE, sent|wparam|lparam|optional, 0, 0},
{ WM_ACTIVATEAPP, sent|wparam, 0}, { WM_ACTIVATEAPP, sent|wparam, 0},
{ WM_KILLFOCUS, sent|wparam|lparam, 0, 0}, { WM_KILLFOCUS, sent|wparam|lparam, 0, 0},
{ WM_IME_SETCONTEXT, sent|wparam|optional, 0}, { WM_IME_SETCONTEXT, sent|wparam|optional, 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