Commit 95901597 authored by Frank Richter's avatar Frank Richter Committed by Alexandre Julliard

Add missing DC_GRADIENT and DC_BUTTONS, as used by DrawCaption.

parent 5067e0fc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment