mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 10:40:39 +00:00
user32/tests: Make hook messages optional in the SetParent test.
This commit is contained in:
parent
82f33d3f6b
commit
adc59e1437
1 changed files with 2 additions and 2 deletions
|
@ -12847,12 +12847,12 @@ static const struct message WmSetParentSeq_2[] = {
|
|||
{ WM_KILLFOCUS, sent|wparam, 0 },
|
||||
{ EVENT_OBJECT_PARENTCHANGE, winevent_hook|wparam|lparam, 0, 0 },
|
||||
{ WM_WINDOWPOSCHANGING, sent|wparam, SWP_NOSIZE },
|
||||
{ HCBT_ACTIVATE, hook },
|
||||
{ HCBT_ACTIVATE, hook|optional },
|
||||
{ EVENT_SYSTEM_FOREGROUND, winevent_hook|wparam|lparam, 0, 0 },
|
||||
{ WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOSIZE|SWP_NOMOVE },
|
||||
{ WM_NCACTIVATE, sent|wparam|optional, 1 },
|
||||
{ WM_ACTIVATE, sent|wparam|optional, 1 },
|
||||
{ HCBT_SETFOCUS, hook },
|
||||
{ HCBT_SETFOCUS, hook|optional },
|
||||
{ EVENT_OBJECT_FOCUS, winevent_hook|wparam|lparam, OBJID_CLIENT, 0 },
|
||||
{ WM_SETFOCUS, sent|optional|defwinproc },
|
||||
{ WM_WINDOWPOSCHANGED, sent|wparam, SWP_NOREDRAW|SWP_NOSIZE|SWP_NOCLIENTSIZE },
|
||||
|
|
Loading…
Reference in a new issue