Index: rats_act.c =================================================================== --- rats_act.c (revision 4810) +++ rats_act.c (revision 4811) @@ -69,7 +69,7 @@ %end-doc */ -static int ActionAddRats(int argc, const char **argv, Coord x, Coord y) +static int ActionAddRats(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); pcb_rat_t *shorty; @@ -144,7 +144,7 @@ %end-doc */ -static int ActionConnection(int argc, const char **argv, Coord x, Coord y) +static int ActionConnection(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (function) { @@ -193,7 +193,7 @@ %end-doc */ -static int ActionDeleteRats(int argc, const char **argv, Coord x, Coord y) +static int ActionDeleteRats(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (function) {