Index: undo_act.c =================================================================== --- undo_act.c (revision 4810) +++ undo_act.c (revision 4811) @@ -78,7 +78,7 @@ %end-doc */ -int ActionAtomic(int argc, const char **argv, Coord x, Coord y) +int ActionAtomic(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { if (argc != 1) AFAIL(atomic); @@ -124,7 +124,7 @@ %end-doc */ -int ActionUndo(int argc, const char **argv, Coord x, Coord y) +int ActionUndo(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (!function || !*function) { @@ -264,7 +264,7 @@ %end-doc */ -int ActionRedo(int argc, const char **argv, Coord x, Coord y) +int ActionRedo(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { if (((conf_core.editor.mode == PCB_MODE_POLYGON || conf_core.editor.mode == PCB_MODE_POLYGON_HOLE) && Crosshair.AttachedPolygon.PointN) || Crosshair.AttachedLine.State == STATE_SECOND)