Index: svg.c =================================================================== --- svg.c (revision 21189) +++ svg.c (revision 21190) @@ -44,6 +44,7 @@ #include "math_helper.h" #include "board.h" #include "data.h" +#include "draw.h" #include "error.h" #include "layer.h" #include "misc_util.h" @@ -251,7 +252,7 @@ gds_init(&sbright); gds_init(&sdark); gds_init(&snormal); - pcb_hid_expose_all(&svg_hid, &ctx); + pcb_hid_expose_all(&svg_hid, &ctx, NULL); conf_update(NULL, -1); /* restore forced sets */ }