Index: tool.h =================================================================== --- tool.h (revision 29311) +++ tool.h (revision 29312) @@ -86,6 +86,7 @@ void (*draw_attached)(pcb_hidlib_t *hl); pcb_bool (*undo_act)(pcb_hidlib_t *hl); pcb_bool (*redo_act)(pcb_hidlib_t *hl); + pcb_bool (*escape)(pcb_hidlib_t *hl); pcb_bool allow_when_drawing_ratlines; } pcb_tool_t;