mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Make DeferWindowPos call SetWindowPos instead of just saying unimplemented.
svn path=/trunk/; revision=6354
This commit is contained in:
parent
02a2e5a3c6
commit
d8255ef3ba
1 changed files with 1 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue