Author: jimtabor
Date: Wed Sep 2 23:08:04 2015
New Revision: 68921
URL:
http://svn.reactos.org/svn/reactos?rev=68921&view=rev
Log:
- Remove test code from nonclient.
Modified:
trunk/reactos/win32ss/user/ntuser/nonclient.c
Modified: trunk/reactos/win32ss/user/ntuser/nonclient.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/noncli…
==============================================================================
--- trunk/reactos/win32ss/user/ntuser/nonclient.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/ntuser/nonclient.c [iso-8859-1] Wed Sep 2 23:08:04
2015
@@ -497,13 +497,7 @@
// Only the windows that overlap will be redrawn.
if (RECTL_bIntersectRect( &rect, &pwnd->rcWindow,
&pwndTemp->rcWindow ))
{
- if (pwnd->head.pti == pwndTemp->head.pti)
co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_UPDATENOW |
RDW_NOCHILDREN);
- else
- {
- ERR("Not Same Thread!\n");
- co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_INVALIDATE |
RDW_ALLCHILDREN);
- }
}
}
}