Changeset 2335 for trunk/src/user32/new/oslibgdi.cpp
- Timestamp:
- Jan 5, 2000, 10:25:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibgdi.cpp
r2290 r2335 1 /* $Id: oslibgdi.cpp,v 1. 9 2000-01-01 14:57:18cbratschi Exp $ */1 /* $Id: oslibgdi.cpp,v 1.10 2000-01-05 21:25:03 cbratschi Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 430 430 //****************************************************************************** 431 431 //****************************************************************************** 432 BOOL mapWin32Rect(HWND os2From,HWND os2To,PRECT rectWin32) 433 { 434 RECTL rect; 435 436 mapWin32ToOS2Rect(os2From,rectWin32,(PRECTLOS2)&rect); 437 WinMapWindowPoints((os2From == OSLIB_HWND_DESKTOP) ? HWND_DESKTOP:os2From,(os2To == OSLIB_HWND_DESKTOP) ? HWND_DESKTOP:os2To,(PPOINTL)&rect,2); 438 mapOS2ToWin32Rect(os2To,(PRECTLOS2)&rect,rectWin32); 439 } 440 //****************************************************************************** 441 //****************************************************************************** 432 442 BOOL copyOS2ToWin32Rect(PRECTLOS2 rectOS2,PRECT rectWin32) 433 443 {
Note:
See TracChangeset
for help on using the changeset viewer.