Ignore:
Timestamp:
Oct 8, 2000, 4:03:49 PM (25 years ago)
Author:
sandervl
Message:

GetMinMaxInfo fix (border) + CS_OWNDC fix (origin)

File:
1 edited

Legend:

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

    r4421 r4452  
    1 /* $Id: win32wbasepos.cpp,v 1.16 2000-10-04 19:35:31 sandervl Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.17 2000-10-08 14:03:49 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    7575            yinc += GetSystemMetrics(SM_CYFRAME);
    7676        }
     77        //SvL: Wine has no 'else', but I'm seeing different behaviour in NT
     78        //     and it doesn't make much sense either as a window can have
     79        //     only one kind of border (see drawing code)
     80        else
    7781        if (dwStyle & WS_BORDER)
    7882        {
Note: See TracChangeset for help on using the changeset viewer.