Fixed an unbalanced windows lock/unlock sequence in

WINPOS_ActivateOtherWindow.
This commit is contained in:
Noel Borthwick 1999-05-02 11:20:00 +00:00 committed by Alexandre Julliard
parent 944491bcae
commit 10619e98e4

View file

@ -1873,6 +1873,7 @@ BOOL WINPOS_ActivateOtherWindow(WND* pWnd)
{
WND* pWndPtr = WIN_GetTopParentPtr(pWnd);
WIN_ReleaseWndPtr(pWndTo);
pWndTo = WIN_FindWndPtr(hwndPrevActive);
while( !WINPOS_CanActivate(pWndTo) )