Changeset 4606 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Nov 17, 2000, 10:56:54 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r4558 r4606 1 /* $Id: win32wbase.cpp,v 1.22 1 2000-11-05 18:49:07sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.222 2000-11-17 09:56:54 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2361 2361 if((fuFlags & SWP_FRAMECHANGED) && (fuFlags & (SWP_NOMOVE | SWP_NOSIZE) == (SWP_NOMOVE | SWP_NOSIZE))) 2362 2362 { 2363 MsgFormatFrame(NULL); 2363 2364 UnionRect(&oldClientRect, &oldClientRect, &rectClient); 2364 2365 OffsetRect(&oldClientRect, -rectClient.left, -rectClient.top);
Note:
See TracChangeset
for help on using the changeset viewer.