comctl32: Fix a failing test in XP.

This commit is contained in:
James Hawkins 2008-08-28 21:08:47 -05:00 committed by Alexandre Julliard
parent 1258e4d8ff
commit f126c765c7
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ static const struct message create_parent_wnd_seq[] = {
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },
{ WM_QUERYNEWPALETTE, sent|optional },
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },
{ WM_WINDOWPOSCHANGED, sent|optional },
{ WM_NCCALCSIZE, sent|wparam|optional, 1 },
{ WM_ACTIVATEAPP, sent|wparam, 1 },
{ WM_NCACTIVATE, sent|wparam, 1 },
{ WM_ACTIVATE, sent|wparam, 1 },