Ignore:
Timestamp:
Jan 26, 2000, 7:02:38 PM (26 years ago)
Author:
cbratschi
Message:

refixed WM_WINDOWPOS*

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 $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    334334//******************************************************************************
    335335//******************************************************************************
     336VOID 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//******************************************************************************
    336343VOID Win32BaseWindow::AdjustRectOuter(LPRECT rect,BOOL menu)
    337344{
Note: See TracChangeset for help on using the changeset viewer.