Ignore:
Timestamp:
08/02/09 21:42:23 (4 years ago)
Author:
werner
Message:
  • widths can now be edited
  • when selecting a measurement, the offset is now shown in the name field
  • fixed integer overflow in dist_line_xy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/fped/obj.h

    r5367 r5368  
    118118struct rect { 
    119119        struct vec *other; /* NULL if frame origin */ 
     120        struct expr *width; 
    120121}; 
    121122 
     
    128129        struct vec *start; /* NULL if frame origin */ 
    129130        struct vec *end; /* NULL if this is a circle */ 
     131        struct expr *width; 
    130132}; 
    131133 
     
    146148        } u; 
    147149        struct vec *base; 
    148         struct expr *width; /* may be NULL. not used in "meas" */ 
    149150        struct obj *next; 
    150151}; 
Note: See TracChangeset for help on using the changeset viewer.