Ignore:
Timestamp:
Aug 27, 1999, 7:50:57 PM (26 years ago)
Author:
dengert
Message:

window creation, positioning, sizing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibwin.h

    r693 r715  
    1 /* $Id: oslibwin.h,v 1.21 1999-08-25 15:08:50 dengert Exp $ */
     1/* $Id: oslibwin.h,v 1.22 1999-08-27 17:50:56 dengert Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    234234
    235235BOOL  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);
     236void  OSLibMapSWPtoWINDOWPOS(PSWP pswp, struct tagWINDOWPOS *pwpos, PSWP pswpOld, HWND hParent, HWND hFrame);
     237void  OSLibMapWINDOWPOStoSWP(struct tagWINDOWPOS *pwpos, PSWP pswp, PSWP pswpOld, HWND hParent, HWND hFrame);
    238238
    239239#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.