- Don't check for send nonclient paint messages and bump up the paint count. This may spell the end of the PAINTING BUG spam.

svn path=/trunk/; revision=56673
This commit is contained in:
James Tabor 2012-05-29 11:57:24 +00:00
parent 5e6927ddd1
commit ebe2e6eb34

View file

@ -594,8 +594,7 @@ IntIsWindowDirty(PWND Wnd)
{
return ( Wnd->style & WS_VISIBLE &&
( Wnd->hrgnUpdate != NULL ||
Wnd->state & WNDS_INTERNALPAINT ||
Wnd->state & WNDS_SENDNCPAINT ) );
Wnd->state & WNDS_INTERNALPAINT ) );
}
PWND FASTCALL