Commit in reactos/subsys/win32k/ntuser on win32k_user_rewrite
painting.c+2-21.84.2.4 -> 1.84.2.5
IntPaintWindows() stack underflow bugfix - calling self with same parameter, instead of child window.

reactos/subsys/win32k/ntuser
painting.c 1.84.2.4 -> 1.84.2.5
diff -u -r1.84.2.4 -r1.84.2.5
--- painting.c	14 Sep 2004 01:00:44 -0000	1.84.2.4
+++ painting.c	27 Sep 2004 01:38:36 -0000	1.84.2.5
@@ -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: painting.c,v 1.84.2.4 2004/09/14 01:00:44 weiden Exp $
+ *  $Id: painting.c,v 1.84.2.5 2004/09/27 01:38:36 royce Exp $
  *
  *  COPYRIGHT:        See COPYING in the top level directory
  *  PROJECT:          ReactOS kernel
@@ -174,7 +174,7 @@
       {
         if(Current->Style & WS_VISIBLE)
         {
-          IntPaintWindows(Window, Flags);
+          IntPaintWindows(Current, Flags);
         }
       }
     }
CVSspam 0.2.8