mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Small bugfix
svn path=/trunk/; revision=4289
This commit is contained in:
parent
adcf4970da
commit
a09e66521a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: window.c,v 1.28 2003/03/12 05:18:21 rcampbell Exp $
|
||||
/* $Id: window.c,v 1.29 2003/03/12 05:21:53 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -833,6 +833,7 @@ NtUserMoveWindow(
|
|||
}
|
||||
ObmDereferenceObject(Window);
|
||||
/* if (bRepaint) NtUserUpdateWindow(hWnd); doesn't exist? */
|
||||
return(TRUE);
|
||||
}
|
||||
|
||||
DWORD STDCALL
|
||||
|
|
Loading…
Reference in a new issue