- Fixed my use of IntIsWindowVisible, it takes HWND as parameter and not PWINDOW_OBJECT.

svn path=/trunk/; revision=8290
This commit is contained in:
Filip Navara 2004-02-21 14:00:30 +00:00
parent 445eb5362d
commit 5aaaf34334

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: window.c,v 1.186 2004/02/21 13:13:27 navaraf Exp $
/* $Id: window.c,v 1.187 2004/02/21 14:00:30 navaraf Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -3342,7 +3342,7 @@ static PWINDOW_OBJECT RestrictiveSearchChildWindows(PWINDOW_OBJECT Window, POINT
*/
if (!IsStaticClass(ChildWindow) &&
!IsDisabled(ChildWindow) &&
IntIsWindowVisible(ChildWindow))
IntIsWindowVisible(ChildWindow->Self))
{
/*
**Now find the deepest child window