3 * Copyright 1994, Bob Amstadt
6 * MDI structure definitions.
14 #define MDI_MAXLISTLENGTH 0x40
15 #define MDI_MAXTITLELENGTH 0xA1
17 #define MDI_NOFRAMEREPAINT 0
18 #define MDI_REPAINTFRAMENOW 1
19 #define MDI_REPAINTFRAME 2
21 #define WM_MDICALCCHILDSCROLL 0x10AC /* this is exactly what Windows uses */
23 extern LRESULT WINAPI
MDIClientWndProc( HWND32 hwnd
, UINT32 message
,
24 WPARAM32 wParam
, LPARAM lParam
);
28 UINT32 nActiveChildren
;
29 HWND32 hwndChildMaximized
;
30 HWND32 hwndActiveChild
;
36 UINT32 sbRecalc
; /* SB_xxx flags for scrollbar fixup */
40 #endif /* __WINE_MDI_H */