Index: teardrops.c =================================================================== --- teardrops.c (revision 30969) +++ teardrops.c (revision 30970) @@ -39,7 +39,7 @@ static int new_arcs = 0; -static pcb_r_dir_t check_line_callback(const rnd_box_t * box, void *cl) +static pcb_r_dir_t check_line_callback(const rnd_rnd_box_t * box, void *cl) { pcb_layer_t *lay = &PCB->Data->Layer[layer]; pcb_line_t *l = (pcb_line_t *) box; @@ -181,7 +181,7 @@ for (layer = 0; layer < pcb_max_layer(PCB); layer++) { pcb_layer_t *l = &(PCB->Data->Layer[layer]); pcb_pstk_shape_t *shp, tmpshp; - rnd_box_t spot; + rnd_rnd_box_t spot; int n; double mindist; @@ -250,8 +250,8 @@ static fgw_error_t pcb_act_teardrops(fgw_arg_t *res, int argc, fgw_arg_t *argv) { - rnd_box_t *b; - pcb_rtree_it_t it; + rnd_rnd_box_t *b; + rnd_rtree_it_t it; new_arcs = 0; for(b = pcb_r_first(PCB->Data->padstack_tree, &it); b != NULL; b = pcb_r_next(&it))