Commit in reactos/lib/user32/windows on MAIN | |||
nonclient.c | +1 | -1 | 1.54 -> 1.55 |
fixed hittest calculation
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);