Changeset 2521 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Jan 26, 2000, 7:02:38 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r2483 r2521 1 /* $Id: win32wbasenonclient.cpp,v 1. 4 2000-01-20 16:48:57 cbratschi Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.5 2000-01-26 18:02:37 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 334 334 //****************************************************************************** 335 335 //****************************************************************************** 336 VOID Win32BaseWindow::AdjustTrackInfo(PPOINT minTrackSize,PPOINT maxTrackSize) 337 { 338 if ((dwStyle & WS_THICKFRAME) || !(dwStyle & (WS_POPUP | WS_CHILD))) 339 GetMinMaxInfo(NULL,NULL,minTrackSize,maxTrackSize); 340 } 341 //****************************************************************************** 342 //****************************************************************************** 336 343 VOID Win32BaseWindow::AdjustRectOuter(LPRECT rect,BOOL menu) 337 344 {
Note:
See TracChangeset
for help on using the changeset viewer.