From b8f704d4aafbb533e9b40581a48e8fefbd9d0753 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 11 May 2008 04:29:24 +0000 Subject: [PATCH] Point out ParentWindowHandle for HWND_MESSAGE. svn path=/trunk/; revision=33423 --- reactos/subsystems/win32/win32k/ntuser/window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index d675d157956..3c925a459be 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -1536,6 +1536,7 @@ co_IntCreateWindowEx(DWORD dwExStyle, * message window (style: WS_POPUP|WS_DISABLED) */ DPRINT1("FIXME - Parent is HWND_MESSAGE\n"); + // ParentWindowHandle set already. } else if (hWndParent) {