Sign in
goma
/
wine
/
902da699bd6dfcadaf730cecd0bb4910b38b87b3
/
.
/
include
/
caption.h
blob: 0c951c398c159ebeb3c0e98f95c76dda8977c93f [
file
] [
log
] [
blame
]
/*
* Caption Bar definitions
*/
typedef
struct
tagHEADCAPTION
{
HBITMAP hClose
;
HBITMAP hMinim
;
HBITMAP hMaxim
;
HMENU hSysMenu
;
RECT rectClose
;
RECT rectMinim
;
RECT rectMaxim
;
}
HEADCAPTION
;
typedef
HEADCAPTION FAR
*
LPHEADCAPTION
;