Changeset 9463 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Dec 4, 2002, 4:23:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9418 r9463 1 /* $Id: win32wbase.cpp,v 1.34 3 2002-11-20 12:59:06sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.344 2002-12-04 15:23:40 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2499 2499 //we will update the restore position at the end of this method 2500 2500 if(!(wpos.flags & SWP_NOSIZE)) { 2501 //TODO: updating the window rectangle doesn't look right 2501 2502 wpos.flags |= SWP_NOSIZE; 2502 2503 rectWindow.right = rectWindow.left + wpos.cx; 2503 2504 rectWindow.bottom = rectWindow.top + wpos.cy; 2505 dprintf(("WARNING: Don't allow size change for minimized window; only save new restore position")); 2506 dprintf(("new window rectangle (%d,%d)(%d,%d)", rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom)); 2504 2507 } 2505 2508 }
Note:
See TracChangeset
for help on using the changeset viewer.