mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
- Forgot this file.
svn path=/trunk/; revision=5367
This commit is contained in:
parent
f09f142871
commit
81ef6d78bf
1 changed files with 7 additions and 2 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.72 2003/08/01 11:56:43 weiden Exp $
|
||||
/* $Id: window.c,v 1.73 2003/08/01 14:44:03 dwelch Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -2172,6 +2172,12 @@ NtUserBuildHwndList(
|
|||
return dwCount;
|
||||
}
|
||||
|
||||
VOID STDCALL
|
||||
NtUserValidateRect(HWND Wnd, const RECT* Rect)
|
||||
{
|
||||
(VOID)PaintRedrawWindow(Wnd, Rect, 0, RDW_VALIDATE | RDW_NOCHILDREN, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
@ -2188,5 +2194,4 @@ NtUserDrawMenuBarTemp(
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue