Changeset 5368 for developers/werner/fped/obj.h
- Timestamp:
- 08/02/09 21:42:23 (4 years ago)
- File:
-
- 1 edited
-
developers/werner/fped/obj.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
developers/werner/fped/obj.h
r5367 r5368 118 118 struct rect { 119 119 struct vec *other; /* NULL if frame origin */ 120 struct expr *width; 120 121 }; 121 122 … … 128 129 struct vec *start; /* NULL if frame origin */ 129 130 struct vec *end; /* NULL if this is a circle */ 131 struct expr *width; 130 132 }; 131 133 … … 146 148 } u; 147 149 struct vec *base; 148 struct expr *width; /* may be NULL. not used in "meas" */149 150 struct obj *next; 150 151 };
Note: See TracChangeset
for help on using the changeset viewer.
