Index: draw_fontsel.c =================================================================== --- draw_fontsel.c (revision 19385) +++ draw_fontsel.c (revision 19386) @@ -70,7 +70,7 @@ l.Point2.X = PCB_MM_TO_COORD(x2); l.Point2.Y = PCB_MM_TO_COORD(y2); l.Thickness = PCB_MM_TO_COORD(thick); - pcb_line_draw_(&l, 0); + pcb_line_draw_(NULL, &l, 0); } static void dchkbox(pcb_hid_gc_t gc, int x0, int y0, int checked)