From ba5522cda3048788ab2b9eb4f3116bf10798e42e Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 20 Nov 2004 19:08:37 +0000 Subject: [PATCH] silence debug message svn path=/trunk/; revision=11720 --- reactos/subsys/win32k/ntuser/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/window.c b/reactos/subsys/win32k/ntuser/window.c index f2cab54c149..7f6bb77506f 100644 --- a/reactos/subsys/win32k/ntuser/window.c +++ b/reactos/subsys/win32k/ntuser/window.c @@ -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.249 2004/11/20 16:46:06 weiden Exp $ +/* $Id: window.c,v 1.250 2004/11/20 19:08:37 weiden Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -1418,7 +1418,7 @@ IntCreateWindowEx(DWORD dwExStyle, BOOL MenuChanged; BOOL ClassFound; PWSTR ClassNameString; - DPRINT1("PsGetWin32Thread()->Desktop == 0x%x\n", PsGetWin32Thread()->Desktop); + ParentWindowHandle = PsGetWin32Thread()->Desktop->DesktopWindow; OwnerWindowHandle = NULL;