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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/pmframe.cpp

    r2340 r2353  
    1 /* $Id: pmframe.cpp,v 1.6 2000-01-06 17:05:52 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.7 2000-01-07 17:38:47 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    481481
    482482PosChangedEnd:
     483        //update the client rect
     484        RECTL rectl;
     485
     486        WinQueryWindowRect(win32wnd->getOS2WindowHandle(),&rectl);
     487        mapOS2ToWin32Rect(win32wnd->getOS2WindowHandle(),WinQueryWindow(hwnd,QW_PARENT),(PRECTLOS2)&rectl,win32wnd->getClientRectPtr());
     488
    483489        //calls WM_FORMATFRAME if SWP_SIZE is set
    484490        RestoreOS2TIB();
    485491        rc = OldFrameProc(hwnd,msg,mp1,mp2);
    486         SetWin32TIB();
    487 
    488         RestoreOS2TIB();
    489492        return rc;
    490493    }
Note: See TracChangeset for help on using the changeset viewer.