Changeset 1849 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Nov 26, 1999, 6:06:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1839 r1849 1 /* $Id: oslibwin.cpp,v 1.4 8 1999-11-25 19:22:02 sandervlExp $ */1 /* $Id: oslibwin.cpp,v 1.49 1999-11-26 17:06:08 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 264 264 ULONG OSLibWinBroadcastMsg(ULONG msg, ULONG wParam, ULONG lParam, BOOL fSend) 265 265 { 266 return WinBroadcastMsg(HWND_DESKTOP, msg, (MPARAM)wParam, (MPARAM)lParam, 266 return WinBroadcastMsg(HWND_DESKTOP, msg, (MPARAM)wParam, (MPARAM)lParam, 267 267 (fSend) ? BMSG_SEND : BMSG_POST); 268 268 } … … 403 403 MapOS2ToWin32Rectl(OSLIB_HWND_DESKTOP, hwnd, &rectl, pRect); 404 404 } 405 else MapOS2ToWin32 Rectl(&rectl, pRect);405 else MapOS2ToWin32WindowRect(&rectl, pRect); 406 406 } 407 407 else memset(pRect, 0, sizeof(RECT));
Note:
See TracChangeset
for help on using the changeset viewer.