user32/tests: Add optional message sequence from win7.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55354
This commit is contained in:
Esme Povirk 2023-07-28 11:35:23 -05:00 committed by Alexandre Julliard
parent 753b5b3582
commit 1dc8cdae25

View file

@ -15194,6 +15194,9 @@ static const struct message WmCreateDialogParamSeq_1[] = {
{ WM_PALETTEISCHANGING, sent|optional },
{ WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOSIZE|SWP_NOMOVE },
{ WM_WINDOWPOSCHANGED, sent|wparam|optional, SWP_NOMOVE|SWP_NOSIZE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE|SWP_NOREDRAW },
{ WM_GETTEXT, sent|optional }, /* win7 */
{ WM_NCCALCSIZE, sent|optional }, /* win7 */
{ EVENT_OBJECT_LOCATIONCHANGE, winevent_hook|wparam|lparam|optional, 0, 0 }, /* win7 */
{ WM_ACTIVATEAPP, sent|wparam, 1 },
{ WM_NCACTIVATE, sent },
{ WM_ACTIVATE, sent|wparam, 1 },