Index: polystitch.c =================================================================== --- polystitch.c (revision 4810) +++ polystitch.c (revision 4811) @@ -227,7 +227,7 @@ RemovePolygon(poly_layer, inner_poly); } -static int polystitch(int argc, const char **argv, Coord x, Coord y) +static int polystitch(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { find_crosshair_poly(x, y); if (inner_poly) {