Changeset 715 for trunk/src/user32/new/oslibwin.h
- Timestamp:
- Aug 27, 1999, 7:50:57 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.h
r693 r715 1 /* $Id: oslibwin.h,v 1.2 1 1999-08-25 15:08:50dengert Exp $ */1 /* $Id: oslibwin.h,v 1.22 1999-08-27 17:50:56 dengert Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 234 234 235 235 BOOL OSLibWinQueryWindowPos (HWND hwnd, PSWP pswp); 236 void OSLibMapSWPtoWINDOWPOS(PSWP pswp, struct tagWINDOWPOS *pwpos, PSWP pswpOld, ULONG parentHeight);237 void OSLibMapWINDOWPOStoSWP(struct tagWINDOWPOS *pwpos, PSWP pswp, PSWP pswpOld, ULONG parentHeight);236 void OSLibMapSWPtoWINDOWPOS(PSWP pswp, struct tagWINDOWPOS *pwpos, PSWP pswpOld, HWND hParent, HWND hFrame); 237 void OSLibMapWINDOWPOStoSWP(struct tagWINDOWPOS *pwpos, PSWP pswp, PSWP pswpOld, HWND hParent, HWND hFrame); 238 238 239 239 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.