Index: select_act.c =================================================================== --- select_act.c (revision 4810) +++ select_act.c (revision 4811) @@ -124,7 +124,7 @@ %end-doc */ -static int ActionSelect(int argc, const char **argv, Coord x, Coord y) +static int ActionSelect(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (function) { @@ -218,7 +218,7 @@ case F_Convert: { - Coord x, y; + pcb_coord_t x, y; Note.Buffer = conf_core.editor.buffer_number; SetBufferNumber(MAX_BUFFER - 1); ClearBuffer(PASTEBUFFER); @@ -283,7 +283,7 @@ %end-doc */ -static int ActionUnselect(int argc, const char **argv, Coord x, Coord y) +static int ActionUnselect(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { const char *function = ACTION_ARG(0); if (function) {