user32/tests: Fixed SetParent test on 64bit Vista.

This commit is contained in:
Austin Lund 2011-04-01 09:42:48 +10:00 committed by Alexandre Julliard
parent 06ef87ceb1
commit be24fd4b64
1 changed files with 1 additions and 0 deletions

View File

@ -12681,6 +12681,7 @@ static const struct message WmSetParentSeq_2[] = {
{ WM_WINDOWPOSCHANGING, sent|wparam, SWP_HIDEWINDOW|SWP_NOSIZE|SWP_NOMOVE },
{ EVENT_OBJECT_HIDE, winevent_hook|wparam|lparam, 0, 0 },
{ WM_WINDOWPOSCHANGED, sent|wparam, SWP_HIDEWINDOW|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE },
{ HCBT_SETFOCUS, hook|optional },
{ WM_NCACTIVATE, sent|wparam, 0 },
{ WM_ACTIVATE, sent|wparam, 0 },
{ WM_ACTIVATEAPP, sent|wparam, 0 },