Index: crosshair.h =================================================================== --- crosshair.h (revision 10146) +++ crosshair.h (revision 10147) @@ -81,6 +81,8 @@ enum pcb_crosshair_shape_e shape; /* shape of crosshair */ vtop_t onpoint_objs; vtop_t old_onpoint_objs; + pcb_pad_t *snapped_pad; + pcb_pin_t *snapped_pin; /* list of object IDs that could have been dragged so that they can be cycled */ long int *drags;