Commit f6653a93 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

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

parent 853d0f34
......@@ -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 }
};
......
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