aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/WidgetInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 51e957b..9a4699c 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -115,6 +115,7 @@ typedef struct _WidgetInfo {
ZnColor bbox_color; /* Color used to draw bboxes (debug). */
Cursor cursor; /* Cursor displayed in zinc window. */
ZnBool draw_bboxes; /* Draw item's bboxes (debug). */
+ int light_angle;
int pick_aperture; /* size of pick aperture in pixels */
ZnFont font; /* Default font used in new items */
@@ -151,6 +152,7 @@ typedef struct _WidgetInfo {
int num_updates;
int last_time;
int total_time;
+ int num_items;
} WidgetInfo;