Changeset 324 for trunk/src/user32/new/oslibwin.h
- Timestamp:
- Jul 17, 1999, 8:30:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.h
r323 r324 1 /* $Id: oslibwin.h,v 1. 7 1999-07-17 15:23:38sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.8 1999-07-17 18:30:51 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 12 12 #ifndef __OSLIBWIN_H__ 13 13 #define __OSLIBWIN_H__ 14 15 #define OS2TOWIN32POINT(height, y) (height - y)16 14 17 15 #define OSLIB_HWND_DESKTOP 0 … … 92 90 BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, BOOL isUnicode = FALSE); 93 91 92 93 ULONG MapOS2ToWin32Y(HWND hwndChild); 94 ULONG MapOS2ToWin32Y(HWND hwndChild, ULONG y); 95 ULONG MapOS2ToWin32Y(PRECTL rectParent, PRECTL rectChild, ULONG y); 96 ULONG MapOS2ToWin32Y(PRECTL rectParent, HWND hwndChild, ULONG y); 97 ULONG MapOS2ToWin32Y(HWND hwndChild, PRECTL rectChild, ULONG y); 98 94 99 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.