Changeset 9866 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Feb 27, 2003, 3:22:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r9791 r9866 1 /* $Id: win32wbasenonclient.cpp,v 1.4 8 2003-02-13 10:12:27sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.49 2003-02-27 14:22:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1336 1336 1337 1337 case SC_RESTORE: 1338 1339 //PF Start PM restoration routine first if we restore from icon 1340 //so all internal PM logic will work - this routine will always 1341 //lead to ShowWindow(SW_RESTORE) 1342 1343 if (getOldStyle() & WS_MINIMIZE) 1344 OSLibWinRestoreWindow(getOS2FrameWindowHandle()); 1345 else 1338 1346 ShowWindow(SW_RESTORE); 1339 1347 break;
Note:
See TracChangeset
for help on using the changeset viewer.