mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[Win32k]
- 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:
@@ -472,6 +472,7 @@ static LRESULT co_UserFreeWindow(PWND Window,
|
||||
if(Window->hrgnClip)
|
||||
{
|
||||
GreDeleteObject(Window->hrgnClip);
|
||||
Window->hrgnClip = NULL;
|
||||
}
|
||||
|
||||
// ASSERT(Window != NULL);
|
||||
|
||||
Reference in New Issue
Block a user