[PATCH 0/1] MR5390: user32/tests: Further updates for win11 TrackPopupMenu failures.
https://test.winehq.org/data/b053e924e8e13b3637f2a5a8ffe88d84c2d17075/w1121H... This should hopefully be the last of these updates, since the test output shows it "resyncing" with the expected data. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5390
From: Esme Povirk <esme(a)codeweavers.com> --- dlls/user32/tests/msg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 1169d82271c..473b4cfd4a1 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -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 }, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5390
participants (2)
-
Esme Povirk -
Esme Povirk (@madewokherd)