Changeset 2353 for trunk/src/user32/new/pmframe.cpp
- Timestamp:
- Jan 7, 2000, 6:38:48 PM (26 years ago)
- 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:52cbratschi Exp $ */1 /* $Id: pmframe.cpp,v 1.7 2000-01-07 17:38:47 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Frame Managment Code for OS/2 … … 481 481 482 482 PosChangedEnd: 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 483 489 //calls WM_FORMATFRAME if SWP_SIZE is set 484 490 RestoreOS2TIB(); 485 491 rc = OldFrameProc(hwnd,msg,mp1,mp2); 486 SetWin32TIB();487 488 RestoreOS2TIB();489 492 return rc; 490 493 }
Note:
See TracChangeset
for help on using the changeset viewer.