- Timestamp:
- Jun 13, 2002, 3:45:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r8105 r8654 1 /* $Id: win32wbasenonclient.cpp,v 1. 39 2002-03-20 10:30:07sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.40 2002-06-13 13:45:46 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1338 1338 1339 1339 case SC_MINIMIZE: 1340 ShowWindow(SW_MINIMIZE); 1340 if(dwStyle & WS_MINIMIZEBOX) 1341 ShowWindow(SW_MINIMIZE); 1341 1342 break; 1342 1343 1343 1344 case SC_MAXIMIZE: 1344 ShowWindow(SW_MAXIMIZE); 1345 if(dwStyle & WS_MAXIMIZEBOX) 1346 ShowWindow(SW_MAXIMIZE); 1345 1347 break; 1346 1348
Note:
See TracChangeset
for help on using the changeset viewer.