From d8255ef3ba400ab392e77b58b83b8cc7aa83a4a4 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 18 Oct 2003 10:35:52 +0000 Subject: [PATCH] Make DeferWindowPos call SetWindowPos instead of just saying unimplemented. svn path=/trunk/; revision=6354 --- reactos/subsys/win32k/ntuser/window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/window.c b/reactos/subsys/win32k/ntuser/window.c index 247e68eb09e..883ab43cd25 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.114 2003/10/17 17:38:38 mf Exp $ +/* $Id: window.c,v 1.115 2003/10/18 10:35:52 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -543,9 +543,6 @@ IntGetWindowObject(HWND hWnd) PWINDOW_OBJECT WindowObject; NTSTATUS Status; - /* FIXME */ - if (PsGetWin32Process() == NULL) - return NULL; Status = ObmReferenceObjectByHandle(PsGetWin32Process()->WindowStation-> HandleTable,