Index: work/util/ttf2lht/drv_poly.h =================================================================== --- work/util/ttf2lht/drv_poly.h (revision 18938) +++ work/util/ttf2lht/drv_poly.h (revision 18939) @@ -5,9 +5,14 @@ typedef struct { stroke_t s; + + /* polylines used while loading the outline */ pcb_pline_t *curr; pcb_pline_t *pos; pcb_pline_t *neg; + + /* the resulting polyarea */ + pcb_polyarea_t pa; } poly_stroke_t; extern poly_stroke_t poly_stroke;