2 * *DeferWindowPos() structure and definitions
4 * Copyright 1994 Alexandre Julliard
10 #define DWP_MAGIC 0x5057 /* 'WP' */
23 extern HWND WINPOS_ChangeActiveWindow( HWND hwnd, BOOL mouseMsg );
24 extern LONG WINPOS_SendNCCalcSize( HWND hwnd, BOOL calcValidRect,
25 RECT *newWindowRect, RECT *oldWindowRect,
26 RECT *oldClientRect, WINDOWPOS *winpos,
27 RECT *newClientRect );
28 extern LONG WINPOS_HandleWindowPosChanging( WINDOWPOS *winpos );