- Missed the clearing of the clip region for the window at the end of of its life. The mouse is looking for the window, doing so, scanning through all of them, even the ones that are at deaths door.


svn path=/trunk/; revision=50962
This commit is contained in:
James Tabor
2011-03-03 17:32:20 +00:00
parent 1fd7d93b5d
commit 3bec896bc6
@@ -472,6 +472,7 @@ static LRESULT co_UserFreeWindow(PWND Window,
if(Window->hrgnClip)
{
GreDeleteObject(Window->hrgnClip);
Window->hrgnClip = NULL;
}
// ASSERT(Window != NULL);