Commit 0b472874 authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

user32/tests: Accept WM_ACTIVATE in TrackPopupMenu.

parent 290dd95d
......@@ -2177,6 +2177,7 @@ static const struct message WmTrackPopupMenuMinimizeWindow[] = {
{ 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 */
{ WM_CANCELMODE, sent },
{ EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
{ WM_CAPTURECHANGED, sent|defwinproc },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment