Index: buffer.h =================================================================== --- buffer.h (revision 4855) +++ buffer.h (revision 4856) @@ -58,6 +58,11 @@ /* This action is called from ActionElementAddIf() */ int pcb_load_footprint(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y); +/* pastes the contents of the buffer to the layout. Only visible objects + are handled by the routine. */ +pcb_bool pcb_buffer_copy_to_layout(pcb_coord_t X, pcb_coord_t Y); + + pcb_data_t *pcb_buffer_new(void);