Commit in reactos/lib/user32/windows on MAIN
defwnd.c+4-21.134 -> 1.135
don't use DrawFocusFrame for thin window moving rectangles

reactos/lib/user32/windows
defwnd.c 1.134 -> 1.135
diff -u -r1.134 -r1.135
--- defwnd.c	15 Apr 2004 23:36:02 -0000	1.134
+++ defwnd.c	1 May 2004 11:43:52 -0000	1.135
@@ -1,4 +1,4 @@
-/* $Id: defwnd.c,v 1.134 2004/04/15 23:36:02 weiden Exp $
+/* $Id: defwnd.c,v 1.135 2004/05/01 11:43:52 weiden Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS user32.dll
@@ -480,7 +480,9 @@
     UserDrawWindowFrame(hdc, rect, GetSystemMetrics(SM_CXFRAME), GetSystemMetrics(SM_CYFRAME));
   }
   else
-    DrawFocusRect( hdc, rect );
+  {
+    UserDrawWindowFrame(hdc, rect, 1, 1);
+  }
   
   if(ClipRgn)
   {
CVSspam 0.2.8