Index: crosshair.h =================================================================== --- crosshair.h (revision 12227) +++ crosshair.h (revision 12228) @@ -75,7 +75,7 @@ MaxX, MaxY; pcb_attached_line_t AttachedLine; /* data of new lines... */ pcb_attached_box_t AttachedBox; - pcb_polygon_t AttachedPolygon; + pcb_poly_t AttachedPolygon; pcb_attached_object_t AttachedObject; /* data of attached objects */ pcb_route_t Route; /* Calculated line route in LINE or MOVE(LINE) mode */ enum pcb_crosshair_shape_e shape; /* shape of crosshair */ @@ -127,7 +127,7 @@ /*** utility for plugins ***/ void XORDrawAttachedLine(pcb_coord_t, pcb_coord_t, pcb_coord_t, pcb_coord_t, pcb_coord_t); -void XORPolygon(pcb_polygon_t *polygon, pcb_coord_t dx, pcb_coord_t dy, int dash_last); +void XORPolygon(pcb_poly_t *polygon, pcb_coord_t dx, pcb_coord_t dy, int dash_last);