Changeset 1533 for trunk/dll/seeall.c
- Timestamp:
- May 30, 2010, 7:34:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1498 r1533 3180 3180 WinSendMsg(hwnd, WM_VSCROLL, MPFROM2SHORT(FID_VERTSCROLL, 0), 3181 3181 MPFROM2SHORT(0, SB_LINEUP)); 3182 pts.y = ( Rectl.yTop - Rectl.yBottom) - 1;3182 pts.y = (SHORT) (Rectl.yTop - Rectl.yBottom) - 1; 3183 3183 outofwindow = TRUE; 3184 3184 }
Note:
See TracChangeset
for help on using the changeset viewer.