Index: draw_csect.c =================================================================== --- draw_csect.c (revision 10643) +++ draw_csect.c (revision 10644) @@ -122,7 +122,7 @@ l.Thickness = PCB_MM_TO_COORD(thick); if (l.Thickness == 0) l.Thickness = 1; - _draw_line(&l); + pcb_line_draw_(&l); } /* draw a line of a specific thickness */ @@ -136,7 +136,7 @@ l.Thickness = PCB_MM_TO_COORD(thick); if (l.Thickness == 0) l.Thickness = 1; - _draw_line(&l); + pcb_line_draw_(&l); }