Index: polygon_act.c =================================================================== --- polygon_act.c (revision 4857) +++ polygon_act.c (revision 4858) @@ -119,7 +119,7 @@ { const char *function = PCB_ACTION_ARG(0); if (function && conf_core.editor.mode == PCB_MODE_POLYGON) { - notify_crosshair_change(pcb_false); + pcb_notify_crosshair_change(pcb_false); switch (funchash_get(function, NULL)) { /* close open polygon if possible */ case F_Close: @@ -131,7 +131,7 @@ GoToPreviousPoint(); break; } - notify_crosshair_change(pcb_true); + pcb_notify_crosshair_change(pcb_true); } return 0; }