Ignore:
Timestamp:
May 11, 2001, 10:39:46 AM (24 years ago)
Author:
sandervl
Message:

client/frame rewrite

File:
1 edited

Legend:

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

    r5655 r5685  
    1 /* $Id: win32wbasepos.cpp,v 1.23 2001-05-04 17:02:52 sandervl Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.24 2001-05-11 08:39:45 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    5959    if(!(getStyle() & (WS_POPUP | WS_CHILD))) {
    6060        RECT rect;
    61         OSLibWinGetMaxPosition(getOS2WindowHandle(), &rect);
     61        OSLibWinGetMaxPosition(getOS2FrameWindowHandle(), &rect);
    6262        MinMax.ptMaxPosition.x = rect.left;
    6363        MinMax.ptMaxPosition.y = rect.top;
Note: See TracChangeset for help on using the changeset viewer.