aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
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. */