From 75fdd443cb5e2692503e0733a949f8b1f6ebccec Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 28 Nov 2003 13:35:29 +0000 Subject: Added a variable for the follow_pointer boolean. --- generic/WidgetInfo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'generic/WidgetInfo.h') 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 */ -- cgit v1.1