Release 940201
[wine.git] / include / caption.h
blob0c951c398c159ebeb3c0e98f95c76dda8977c93f
1 /*
2 * Caption Bar definitions
3 */
6 typedef struct tagHEADCAPTION {
7 HBITMAP hClose;
8 HBITMAP hMinim;
9 HBITMAP hMaxim;
10 HMENU hSysMenu;
11 RECT rectClose;
12 RECT rectMinim;
13 RECT rectMaxim;
14 } HEADCAPTION;
15 typedef HEADCAPTION FAR* LPHEADCAPTION;