Index: polygon_act.c =================================================================== --- polygon_act.c (revision 4810) +++ polygon_act.c (revision 4811) @@ -57,7 +57,7 @@ %end-doc */ -static int ActionMorphPolygon(int argc, const char **argv, Coord x, Coord y) +static int ActionMorphPolygon(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (function) { @@ -115,7 +115,7 @@ %end-doc */ -static int ActionPolygon(int argc, const char **argv, Coord x, Coord y) +static int ActionPolygon(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (function && conf_core.editor.mode == PCB_MODE_POLYGON) {