Index: hid_draw_helpers.c =================================================================== --- hid_draw_helpers.c (revision 17209) +++ hid_draw_helpers.c (revision 17210) @@ -29,8 +29,8 @@ pcb_coord_t last_x, last_y; pcb_coord_t this_x, this_y; - pcb_gui->set_line_width(gc, 0); - pcb_gui->set_line_cap(gc, pcb_cap_round); + pcb_hid_set_line_width(gc, 0); + pcb_hid_set_line_cap(gc, pcb_cap_round); /* If the contour is round, use an arc drawing routine. */ if (pl->is_round) {