Index: dxf.c =================================================================== --- dxf.c (revision 21189) +++ dxf.c (revision 21190) @@ -37,6 +37,7 @@ #include "math_helper.h" #include "board.h" #include "data.h" +#include "draw.h" #include "error.h" #include "layer.h" #include "plugins.h" @@ -236,7 +237,7 @@ dxf_ctx.drill_fill = options[HA_drill_fill].int_value; dxf_ctx.drill_contour = options[HA_drill_contour].int_value; - pcb_hid_expose_all(&dxf_hid, &hectx); + pcb_hid_expose_all(&dxf_hid, &hectx, NULL); conf_update(NULL, -1); /* restore forced sets */ }