From 5ac34a81145d9bc15fac3527a3b2ebf84ff1f9c0 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 7 Mar 2000 14:57:28 +0000 Subject: * Ajout d'une variable d'angle de lumi�re. --- generic/WidgetInfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'generic') 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; -- cgit v1.1