1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

user32/tests: Revert test updates for win11.

This commit is contained in:
Esme Povirk 2024-03-27 17:28:14 +00:00 committed by Alexandre Julliard
parent 8f58b9e1e1
commit 60059bf744

View file

@ -2175,11 +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_NCACTIVATE, sent|optional }, /* win11 */
{ WM_ACTIVATE, sent|optional }, /* win11 */
{ EVENT_SYSTEM_FOREGROUND, winevent_hook|wparam|lparam|optional, 0, 0 }, /* win11 */
{ WM_CANCELMODE, sent|optional }, /* not always sent on win11 */
{ WM_CANCELMODE, sent },
{ 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 },