aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2002-02-18 16:03:54 +0000
committerlecoanet2002-02-18 16:03:54 +0000
commit6b36f92065f054abd810d956169a87180677d4f7 (patch)
treed2d16c8be93c67d15670eccce326dba5276acda1 /generic/WidgetInfo.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/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 819ed6e..3d4517a 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -41,7 +41,7 @@
#include "Transfo.h"
#include "Types.h"
#include "perfos.h"
-
+#include "Color.h"
#ifndef NUM_ALPHA_STEPS
#define NUM_ALPHA_STEPS 16
@@ -154,6 +154,7 @@ typedef struct _WidgetInfo {
/* Others */
ZnColor fore_color; /* Default foreground used in new items */
+ ZnGradient *fore_gradient; /* Default gradient used in new items */
ZnColor back_color; /* Color of the widget background. */
ZnColor bbox_color; /* Color used to draw bboxes (debug). */
Cursor cursor; /* Cursor displayed in zinc window. */