- Forgot this file.
authorDavid Welch <welch@cwcom.net>
Fri, 1 Aug 2003 14:44:03 +0000 (14:44 +0000)
committerDavid Welch <welch@cwcom.net>
Fri, 1 Aug 2003 14:44:03 +0000 (14:44 +0000)
svn path=/trunk/; revision=5367

reactos/subsys/win32k/ntuser/window.c

index c8eb9e5..1209f21 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.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 */