Ignore:
Timestamp:
Feb 3, 2000, 6:13:03 PM (26 years ago)
Author:
cbratschi
Message:

merged controls with wine 20000130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbasepos.cpp

    r2521 r2611  
    1 /* $Id: win32wbasepos.cpp,v 1.11 2000-01-26 18:02:38 cbratschi Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.12 2000-02-03 17:13:03 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    5959    MinMax.ptMaxTrackSize.y = GetSystemMetrics(SM_CYSCREEN);
    6060
    61     if (flags & WIN_MANAGED) xinc = yinc = 0;
    62     else if (HAS_DLGFRAME( dwStyle, dwExStyle ))
     61    if (HAS_DLGFRAME( dwStyle, dwExStyle ))
    6362    {
    6463        xinc = GetSystemMetrics(SM_CXDLGFRAME);
Note: See TracChangeset for help on using the changeset viewer.