Changeset 4421 for trunk/src/user32/win32wbasepos.cpp
- Timestamp:
- Oct 4, 2000, 9:35:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasepos.cpp
r3662 r4421 1 /* $Id: win32wbasepos.cpp,v 1.1 5 2000-06-07 14:51:32sandervl Exp $ */1 /* $Id: win32wbasepos.cpp,v 1.16 2000-10-04 19:35:31 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (nonclient/position methods) … … 139 139 winposCopy = *winpos; 140 140 params.rgrc[1] = *oldWindowRect; 141 params.rgrc[2] = *oldClientRect; 141 142 //client rectangel must be in parent coordinates 142 OffsetRect(oldClientRect, rectWindow.left, rectWindow.top); 143 144 params.rgrc[2] = *oldClientRect; 143 OffsetRect(¶ms.rgrc[2], rectWindow.left, rectWindow.top); 144 145 145 params.lppos = &winposCopy; 146 146 }
Note:
See TracChangeset
for help on using the changeset viewer.