comctl32/tests: Extra WM_PAINT messages are occasionally sent on Vista and Win 7.

This commit is contained in:
Huw Davies 2015-07-06 10:53:00 +01:00 committed by Alexandre Julliard
parent 853d0f34ff
commit f6653a93eb
1 changed files with 3 additions and 0 deletions

View File

@ -316,6 +316,7 @@ static const struct message setstyle_seq[] =
{ WM_PAINT, sent },
{ WM_NCPAINT, sent|defwinproc|optional }, /* FIXME: Wine sends it */
{ WM_ERASEBKGND, sent|defwinproc|optional },
{ WM_PAINT, sent|optional },
{ 0 }
};
@ -363,6 +364,7 @@ static const struct message setstate_seq[] =
{ WM_PAINT, sent },
{ WM_NCPAINT, sent|optional }, /* FIXME: Wine sends it */
{ WM_ERASEBKGND, sent|defwinproc|optional },
{ WM_PAINT, sent|optional },
{ 0 }
};
@ -424,6 +426,7 @@ static const struct message setcheck_ignored_seq[] =
{
{ BM_SETCHECK, sent },
{ WM_APP, sent|wparam|lparam, 0, 0 },
{ WM_PAINT, sent|optional },
{ 0 }
};