Changeset 1335 for trunk/include
- Timestamp:
- Oct 17, 1999, 5:28:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winpos.h
r4 r1335 1 /* $Id: winpos.h,v 1. 1 1999-05-24 20:19:22 ktkExp $ */1 /* $Id: winpos.h,v 1.2 1999-10-17 15:26:12 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 #define __WINE_WINPOS_H 11 11 12 #ifndef __WIN32OS2__ 12 13 #include "win.h" 13 14 #include "wine/winuser16.h" /* for WINDOWPOS16 */ 15 #endif //__WIN32OS2__ 14 16 15 17 #define DWP_MAGIC ((INT)('W' | ('P' << 8) | ('O' << 16) | ('S' << 24))) … … 29 31 } DWP; 30 32 31 extern BOOL WINPOS_RedrawIconTitle( HWND hWnd );32 extern BOOL WINPOS_ShowIconTitle( WND* pWnd, BOOL bShow );33 extern void WINPOS_GetMinMaxInfo( WND* pWnd, POINT *maxSize,34 POINT *maxPos, POINT *minTrack,35 POINT *maxTrack );36 extern UINT WINPOS_MinMaximize( WND* pWnd, UINT16 cmd, LPRECT16 lpPos);37 extern BOOL WINPOS_SetActiveWindow( HWND hWnd, BOOL fMouse,38 BOOL fChangeFocus );39 extern BOOL WINPOS_ChangeActiveWindow( HWND hwnd, BOOL mouseMsg );40 extern LONG WINPOS_SendNCCalcSize(HWND hwnd, BOOL calcValidRect,41 RECT *newWindowRect, RECT *oldWindowRect,42 RECT *oldClientRect, WINDOWPOS *winpos,43 RECT *newClientRect );44 extern LONG WINPOS_HandleWindowPosChanging16(WND *wndPtr, WINDOWPOS16 *winpos);45 extern LONG WINPOS_HandleWindowPosChanging(WND *wndPtr, WINDOWPOS *winpos);46 extern INT16 WINPOS_WindowFromPoint( WND* scopeWnd, POINT16 pt, WND **ppWnd );47 extern void WINPOS_CheckInternalPos( WND* wndPtr );48 extern BOOL WINPOS_ActivateOtherWindow(WND* pWnd);49 extern BOOL WINPOS_CreateInternalPosAtom(void);50 51 33 #endif /* __WINE_WINPOS_H */
Note:
See TracChangeset
for help on using the changeset viewer.