Index: teardrops.c =================================================================== --- teardrops.c (revision 4760) +++ teardrops.c (revision 4761) @@ -56,7 +56,7 @@ return distance; } -static r_dir_t check_line_callback(const BoxType * box, void *cl) +static r_dir_t check_line_callback(const pcb_box_t * box, void *cl) { pcb_layer_t *lay = &PCB->Data->Layer[layer]; LineType *l = (LineType *) box; @@ -194,7 +194,7 @@ static void check_pin(PinType * _pin) { - BoxType spot; + pcb_box_t spot; pin = _pin; @@ -222,7 +222,7 @@ static void check_via(PinType * _pin) { - BoxType spot; + pcb_box_t spot; pin = _pin;