user32/tests: Accept HCBT_ACTIVATE in TrackPopupMenu.
This commit is contained in:
parent
1719aef8cb
commit
14f69583aa
1 changed files with 1 additions and 0 deletions
|
@ -2175,6 +2175,7 @@ static const struct message WmTrackPopupMenuMinimizeWindow[] = {
|
|||
{ EVENT_OBJECT_LOCATIONCHANGE, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
|
||||
{ EVENT_OBJECT_LOCATIONCHANGE, winevent_hook|wparam|lparam|optional, 0, 0 }, /* Win7 seems to send this twice. */
|
||||
{ EVENT_SYSTEM_MINIMIZESTART, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
|
||||
{ HCBT_ACTIVATE, hook|optional }, /* win11 */
|
||||
{ WM_CANCELMODE, sent },
|
||||
{ EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
|
||||
{ WM_CAPTURECHANGED, sent|defwinproc },
|
||||
|
|
Loading…
Add table
Reference in a new issue