aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 5d3cccf..6d71d2a 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -176,11 +176,13 @@ typedef struct _ZnWInfo {
ZnList clip_stack;
/* Others */
- ZnGradient *fore_color; /* Default gradient used in new items */
+ ZnGradient *fore_color; /* Default gradient used in new items */
ZnGradient *back_color; /* Color of the widget background. */
ZnGradient *bbox_color; /* Color used to draw bboxes (debug). */
Cursor cursor; /* Cursor displayed in zinc window. */
ZnBool draw_bboxes; /* Draw item's bboxes (debug). */
+ ZnBool follow_pointer; /* Process pointer motion events to */
+ /* emit enter/leave events. */
int light_angle;
int pick_aperture; /* size of pick aperture in pixels */