comctl32/tests: Adjust message sequences for Win7 (updown).
This commit is contained in:
parent
bc76560b56
commit
ae516dbac9
|
@ -73,7 +73,7 @@ static const struct message create_parent_wnd_seq[] = {
|
|||
{ WM_QUERYNEWPALETTE, sent|optional },
|
||||
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },
|
||||
{ WM_ACTIVATEAPP, sent|wparam, 1 },
|
||||
{ WM_NCACTIVATE, sent|wparam, 1 },
|
||||
{ WM_NCACTIVATE, sent },
|
||||
{ WM_ACTIVATE, sent|wparam, 1 },
|
||||
{ WM_IME_SETCONTEXT, sent|wparam|defwinproc|optional, 1 },
|
||||
{ WM_IME_NOTIFY, sent|defwinproc|optional },
|
||||
|
|
Loading…
Reference in New Issue