mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[Win32k]
- Fix to unfocused explorer minimize hang, spotted by R3dDr4g0n <[email protected]>. svn path=/trunk/; revision=51263
This commit is contained in:
@@ -1529,10 +1529,14 @@ static void IntSendParentNotify( PWND pWindow, UINT msg )
|
||||
{
|
||||
if (pWindow->spwndParent && pWindow->spwndParent != UserGetDesktopWindow())
|
||||
{
|
||||
USER_REFERENCE_ENTRY Ref;
|
||||
UserRefObjectCo(pWindow->spwndParent, &Ref); // Fix explorer minimize hang.
|
||||
// Should be co_IntSendMessage please retest, Ref to Chg, revision 51254...
|
||||
co_IntSendMessageNoWait( pWindow->spwndParent->head.h,
|
||||
WM_PARENTNOTIFY,
|
||||
MAKEWPARAM( msg, pWindow->IDMenu),
|
||||
(LPARAM)pWindow->head.h );
|
||||
UserDerefObjectCo(pWindow->spwndParent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user