Changeset 2433 for trunk/src/user32/new/pmframe.cpp
- Timestamp:
- Jan 13, 2000, 9:11:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/pmframe.cpp
r2426 r2433 1 /* $Id: pmframe.cpp,v 1.1 5 2000-01-13 13:54:52sandervl Exp $ */1 /* $Id: pmframe.cpp,v 1.16 2000-01-13 20:11:37 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Frame Managment Code for OS/2 … … 287 287 288 288 //CB: todo: use result for WM_CALCVALIDRECTS 289 mapWin32ToOS2Rect(WinQueryWindow(hwnd,QW_PARENT),hwnd,win32wnd->getClientRectPtr(),(PRECTLOS2)&rect); 289 // mapWin32ToOS2Rect(WinQueryWindow(hwnd,QW_PARENT),hwnd,win32wnd->getClientRectPtr(),(PRECTLOS2)&rect); 290 mapWin32ToOS2Rect(win32wnd->getOS2FrameWindowHandle(), win32wnd->getClientRectPtr(), (PRECTLOS2)&rect); 290 291 291 292 swpClient.hwnd = win32wnd->getOS2WindowHandle(); … … 451 452 win32wnd->MsgFormatFrame(NULL); 452 453 //CB: todo: use result for WM_CALCVALIDRECTS 453 mapWin32ToOS2Rect(WinQueryWindow(win32wnd->getOS2FrameWindowHandle(),QW_PARENT),win32wnd->getOS2FrameWindowHandle(),win32wnd->getClientRectPtr(),(PRECTLOS2)&rect); 454 // mapWin32ToOS2Rect(WinQueryWindow(win32wnd->getOS2FrameWindowHandle(),QW_PARENT),win32wnd->getOS2FrameWindowHandle(),win32wnd->getClientRectPtr(),(PRECTLOS2)&rect); 455 mapWin32ToOS2Rect(win32wnd->getOS2FrameWindowHandle(), win32wnd->getClientRectPtr(), (PRECTLOS2)&rect); 456 454 457 455 458 swpClient.hwnd = win32wnd->getOS2WindowHandle();
Note:
See TracChangeset
for help on using the changeset viewer.