Commit in reactos/lib/user32/windows on MAIN
nonclient.c+1-11.54 -> 1.55
fixed hittest calculation

reactos/lib/user32/windows
nonclient.c 1.54 -> 1.55
diff -u -r1.54 -r1.55
--- nonclient.c	23 Apr 2004 19:29:04 -0000	1.54
+++ nonclient.c	26 Apr 2004 17:49:04 -0000	1.55
@@ -685,7 +685,7 @@
    
    if (UserHasWindowEdge(Style, ExStyle))
    {
-      DWORD XSize, YSize; 
+      LONG XSize, YSize; 
 
       UserGetWindowBorders(Style, ExStyle, &WindowBorders, FALSE);
       InflateRect(&WindowRect, -WindowBorders.cx, -WindowBorders.cy);
CVSspam 0.2.8