Changeset 7734 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jan 7, 2002, 12:18:11 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7708 r7734 1 /* $Id: win32wbase.cpp,v 1.30 8 2001-12-30 16:51:37sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.309 2002-01-07 11:18:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2677 2677 NotifyFrameChanged(&wpos, &oldClientRect); 2678 2678 } 2679 if(!(getStyle() & (WS_MAXIMIZE|WS_MINIMIZE))) { 2680 //Restore position always changes when the window position is changed 2681 dprintf(("Save new restore position (%d,%d)(%d,%d)", rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom)); 2682 windowpos.rcNormalPosition = rectWindow; 2683 } 2679 2684 return (rc); 2680 2685 } … … 2798 2803 /* SDK: ...valid only the next time... */ 2799 2804 if(wndpl->flags & WPF_RESTORETOMAXIMIZED) 2800 setFlags(getFlags() | WIN_RESTORE_MAX);2805 setFlags(getFlags() | WIN_RESTORE_MAX); 2801 2806 } 2802 2807 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.