Index: tboard.c =================================================================== --- tboard.c (revision 30911) +++ tboard.c (revision 30912) @@ -301,7 +301,7 @@ struct tdx_text_s { char *layer; - pcb_box_t bbox; + rnd_box_t bbox; double rot; char *val; tdx_text_t *next; Index: tetest.c =================================================================== --- tetest.c (revision 30911) +++ tetest.c (revision 30912) @@ -124,7 +124,7 @@ int tedax_etest_fsave(pcb_board_t *pcb, const char *etestid, FILE *f) { - pcb_box_t *b; + rnd_box_t *b; pcb_rtree_it_t it; fprintf(f, "begin etest v1 ");