Index: polygon_act.c =================================================================== --- polygon_act.c (revision 3382) +++ polygon_act.c (revision 3383) @@ -115,7 +115,7 @@ { const char *function = ACTION_ARG(0); if (function && conf_core.editor.mode == PCB_MODE_POLYGON) { - notify_crosshair_change(false); + notify_crosshair_change(pcb_false); switch (funchash_get(function, NULL)) { /* close open polygon if possible */ case F_Close: @@ -127,7 +127,7 @@ GoToPreviousPoint(); break; } - notify_crosshair_change(true); + notify_crosshair_change(pcb_true); } return 0; }