mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
Add missing DC_GRADIENT and DC_BUTTONS, as used by DrawCaption.
This commit is contained in:
parent
5067e0fc2a
commit
9590159718
1 changed files with 2 additions and 0 deletions
|
@ -3235,6 +3235,8 @@ typedef struct {
|
|||
#define DC_ICON 0x0004
|
||||
#define DC_TEXT 0x0008
|
||||
#define DC_INBUTTON 0x0010
|
||||
#define DC_GRADIENT 0x0020
|
||||
#define DC_BUTTONS 0x1000
|
||||
|
||||
/* DrawEdge() flags */
|
||||
#define BDR_RAISEDOUTER 0x0001
|
||||
|
|
Loading…
Reference in a new issue