aboutsummaryrefslogtreecommitdiff
path: root/generic/Types.h
diff options
context:
space:
mode:
authorlecoanet2002-02-18 16:03:54 +0000
committerlecoanet2002-02-18 16:03:54 +0000
commit6b36f92065f054abd810d956169a87180677d4f7 (patch)
treed2d16c8be93c67d15670eccce326dba5276acda1 /generic/Types.h
parent67dd05047282a179b5fac88564bb3494a69ecd23 (diff)
downloadtkzinc-6b36f92065f054abd810d956169a87180677d4f7.zip
tkzinc-6b36f92065f054abd810d956169a87180677d4f7.tar.gz
tkzinc-6b36f92065f054abd810d956169a87180677d4f7.tar.bz2
tkzinc-6b36f92065f054abd810d956169a87180677d4f7.tar.xz
Passage des couleurs en gradients pour uniformiser
Diffstat (limited to 'generic/Types.h')
-rw-r--r--generic/Types.h60
1 files changed, 30 insertions, 30 deletions
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