reactos/subsys/win32k/ntuser
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);
}
}
}