From 6b36f92065f054abd810d956169a87180677d4f7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 18 Feb 2002 16:03:54 +0000 Subject: Passage des couleurs en gradients pour uniformiser --- generic/Types.h | 60 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'generic/Types.h') diff --git a/generic/Types.h b/generic/Types.h index 0878351..130cd95 100644 --- a/generic/Types.h +++ b/generic/Types.h @@ -151,36 +151,36 @@ typedef struct { */ #define ZN_CONFIG_END 0 #define ZN_CONFIG_COLOR 1 -#define ZN_CONFIG_COLORS 2 -#define ZN_CONFIG_BOOL 3 -#define ZN_CONFIG_PATTERN 4 -#define ZN_CONFIG_PATTERNS 5 -#define ZN_CONFIG_TEXT 6 -#define ZN_CONFIG_FONT 7 -#define ZN_CONFIG_BORDER 8 -#define ZN_CONFIG_RELIEF 9 -#define ZN_CONFIG_DIM 10 -#define ZN_CONFIG_PRI 11 -#define ZN_CONFIG_JUSTIFY 12 -#define ZN_CONFIG_AUTO_JUSTIFY 13 -#define ZN_CONFIG_LINE_END 14 -#define ZN_CONFIG_LABEL_FORMAT 15 -#define ZN_CONFIG_LINE_STYLE 16 -#define ZN_CONFIG_LINE_SHAPE 17 -#define ZN_CONFIG_ITEM 18 -#define ZN_CONFIG_ANGLE 19 -#define ZN_CONFIG_INT 20 -#define ZN_CONFIG_UINT 21 -#define ZN_CONFIG_POINT 22 -#define ZN_CONFIG_RECT 23 -#define ZN_CONFIG_ANCHOR 24 -#define ZN_CONFIG_TAGS 25 -#define ZN_CONFIG_MAP_INFO 26 -#define ZN_CONFIG_IMAGE 27 -#define ZN_CONFIG_LEADER_ANCHORS 28 -#define ZN_CONFIG_JOIN_STYLE 29 -#define ZN_CONFIG_CAP_STYLE 30 -#define ZN_CONFIG_GRADIENT 31 +#define ZN_CONFIG_BOOL 2 +#define ZN_CONFIG_PATTERN 3 +#define ZN_CONFIG_PATTERNS 4 +#define ZN_CONFIG_TEXT 5 +#define ZN_CONFIG_FONT 6 +#define ZN_CONFIG_BORDER 7 +#define ZN_CONFIG_RELIEF 8 +#define ZN_CONFIG_DIM 9 +#define ZN_CONFIG_PRI 10 +#define ZN_CONFIG_JUSTIFY 11 +#define ZN_CONFIG_AUTO_JUSTIFY 12 +#define ZN_CONFIG_LINE_END 13 +#define ZN_CONFIG_LABEL_FORMAT 14 +#define ZN_CONFIG_LINE_STYLE 15 +#define ZN_CONFIG_LINE_SHAPE 16 +#define ZN_CONFIG_ITEM 17 +#define ZN_CONFIG_ANGLE 18 +#define ZN_CONFIG_INT 19 +#define ZN_CONFIG_UINT 20 +#define ZN_CONFIG_POINT 21 +#define ZN_CONFIG_RECT 22 +#define ZN_CONFIG_ANCHOR 23 +#define ZN_CONFIG_TAGS 24 +#define ZN_CONFIG_MAP_INFO 25 +#define ZN_CONFIG_IMAGE 26 +#define ZN_CONFIG_LEADER_ANCHORS 27 +#define ZN_CONFIG_JOIN_STYLE 28 +#define ZN_CONFIG_CAP_STYLE 29 +#define ZN_CONFIG_GRADIENT 30 +#define ZN_CONFIG_GRADIENTS 31 #define ZN_CONFIG_WINDOW 32 #define ZN_CONFIG_ALPHA 33 -- cgit v1.1