user32/tests: Further updates for win11 TrackPopupMenu failures.
This commit is contained in:
parent
2745228b14
commit
81e8513ef2
1 changed files with 2 additions and 1 deletions
|
@ -2178,7 +2178,8 @@ static const struct message WmTrackPopupMenuMinimizeWindow[] = {
|
|||
{ HCBT_ACTIVATE, hook|optional }, /* win11 */
|
||||
{ WM_NCACTIVATE, sent|optional }, /* win11 */
|
||||
{ WM_ACTIVATE, sent|optional }, /* win11 */
|
||||
{ WM_CANCELMODE, sent },
|
||||
{ EVENT_SYSTEM_FOREGROUND, winevent_hook|wparam|lparam|optional, 0, 0 }, /* win11 */
|
||||
{ WM_CANCELMODE, sent|optional }, /* not always sent on win11 */
|
||||
{ EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
|
||||
{ WM_CAPTURECHANGED, sent|defwinproc },
|
||||
{ EVENT_SYSTEM_MENUPOPUPEND, winevent_hook|wparam|lparam|winevent_hook_todo, OBJID_CLIENT, 0 },
|
||||
|
|
Loading…
Add table
Reference in a new issue