mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[Win32k]
- Do not block calling thread when sending WM_PARENTNOTIFY messages. Fixes hang at end of user32 winetest for msg. svn path=/trunk/; revision=51254
This commit is contained in:
@@ -1529,10 +1529,10 @@ static void IntSendParentNotify( PWND pWindow, UINT msg )
|
||||
{
|
||||
if (pWindow->spwndParent && pWindow->spwndParent != UserGetDesktopWindow())
|
||||
{
|
||||
co_IntSendMessage( pWindow->spwndParent->head.h,
|
||||
WM_PARENTNOTIFY,
|
||||
MAKEWPARAM( msg, pWindow->IDMenu),
|
||||
(LPARAM)pWindow->head.h );
|
||||
co_IntSendMessageNoWait( pWindow->spwndParent->head.h,
|
||||
WM_PARENTNOTIFY,
|
||||
MAKEWPARAM( msg, pWindow->IDMenu),
|
||||
(LPARAM)pWindow->head.h );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user