Index: operation.h =================================================================== --- operation.h (revision 13490) +++ operation.h (revision 13491) @@ -68,6 +68,7 @@ typedef struct { pcb_board_t *pcb; pcb_coord_t DeltaX, DeltaY; /* movement vector */ + int from_outside; } pcb_opctx_copy_t; typedef struct {