aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2003-11-28 13:35:29 +0000
committerlecoanet2003-11-28 13:35:29 +0000
commit75fdd443cb5e2692503e0733a949f8b1f6ebccec (patch)
tree5694b62574deb2eecef5d500e45d6c8ce3f1b095
parent0037b51dcc6900db62a1c2a6b935c0c23329bb65 (diff)
downloadtkzinc-75fdd443cb5e2692503e0733a949f8b1f6ebccec.zip
tkzinc-75fdd443cb5e2692503e0733a949f8b1f6ebccec.tar.gz
tkzinc-75fdd443cb5e2692503e0733a949f8b1f6ebccec.tar.bz2
tkzinc-75fdd443cb5e2692503e0733a949f8b1f6ebccec.tar.xz
Added a variable for the follow_pointer boolean.
-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 */