- Forgot this file.

svn path=/trunk/; revision=5367
This commit is contained in:
David Welch 2003-08-01 14:44:03 +00:00
parent f09f142871
commit 81ef6d78bf

View 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.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 */