Make DeferWindowPos call SetWindowPos instead of just saying unimplemented.
authorFilip Navara <filip.navara@gmail.com>
Sat, 18 Oct 2003 10:35:52 +0000 (10:35 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sat, 18 Oct 2003 10:35:52 +0000 (10:35 +0000)
svn path=/trunk/; revision=6354

reactos/subsys/win32k/ntuser/window.c

index 247e68e..883ab43 100644 (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.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,