Changeset 2340 for trunk/src/user32/new/oslibgdi.cpp
- Timestamp:
- Jan 6, 2000, 6:05:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibgdi.cpp
r2335 r2340 1 /* $Id: oslibgdi.cpp,v 1.1 0 2000-01-05 21:25:03cbratschi Exp $ */1 /* $Id: oslibgdi.cpp,v 1.11 2000-01-06 17:05:52 cbratschi Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 437 437 WinMapWindowPoints((os2From == OSLIB_HWND_DESKTOP) ? HWND_DESKTOP:os2From,(os2To == OSLIB_HWND_DESKTOP) ? HWND_DESKTOP:os2To,(PPOINTL)&rect,2); 438 438 mapOS2ToWin32Rect(os2To,(PRECTLOS2)&rect,rectWin32); 439 440 return TRUE; 439 441 } 440 442 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.