Index: trunk/src/operation.h =================================================================== --- trunk/src/operation.h (revision 12966) +++ trunk/src/operation.h (revision 12967) @@ -95,7 +95,7 @@ pcb_board_t *pcb; pcb_coord_t center_x, center_y; /* center of rotation */ unsigned number; /* number of rotations, for 90 deg rotation */ - double cosa, sina; /* for arbitrary angle rotation */ + double cosa, sina, angle; /* for arbitrary angle rotation */ } pcb_opctx_rotate_t; typedef struct {