From 9590159718bf2394051919b87e03ce68db29cf1c Mon Sep 17 00:00:00 2001 From: Frank Richter Date: Wed, 6 Jul 2005 15:43:38 +0000 Subject: [PATCH] Add missing DC_GRADIENT and DC_BUTTONS, as used by DrawCaption. --- include/winuser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/winuser.h b/include/winuser.h index 68c0cb055ed..b88b18a4d3f 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -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