repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 960225
[wine.git]
/
include
/
caption.h
blob
0c951c398c159ebeb3c0e98f95c76dda8977c93f
1
/*
2
* Caption Bar definitions
3
*/
4
5
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
;
16
17