1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

user32/tests: Add another missing message for TrackPopupMenu.

This commit is contained in:
Esme Povirk 2024-03-15 20:27:05 +00:00 committed by Alexandre Julliard
parent 4d56a33ab0
commit 552cc456d1

View File

@ -2176,6 +2176,7 @@ static const struct message WmTrackPopupMenuMinimizeWindow[] = {
{ 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_CANCELMODE, sent },
{ EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
{ WM_CAPTURECHANGED, sent|defwinproc },