Changeset 2611 for trunk/src/user32/win32wbasepos.cpp
- Timestamp:
- Feb 3, 2000, 6:13:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasepos.cpp
r2521 r2611 1 /* $Id: win32wbasepos.cpp,v 1.1 1 2000-01-26 18:02:38cbratschi Exp $ */1 /* $Id: win32wbasepos.cpp,v 1.12 2000-02-03 17:13:03 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (nonclient/position methods) … … 59 59 MinMax.ptMaxTrackSize.y = GetSystemMetrics(SM_CYSCREEN); 60 60 61 if (flags & WIN_MANAGED) xinc = yinc = 0; 62 else if (HAS_DLGFRAME( dwStyle, dwExStyle )) 61 if (HAS_DLGFRAME( dwStyle, dwExStyle )) 63 62 { 64 63 xinc = GetSystemMetrics(SM_CXDLGFRAME);
Note:
See TracChangeset
for help on using the changeset viewer.