Index: board.h =================================================================== --- board.h (revision 4849) +++ board.h (revision 4850) @@ -141,5 +141,9 @@ /* changes the name of a layout; Name is allocated by the caller (no strdup() is made) */ pcb_bool pcb_board_change_name(char *Name); +/* changes the maximum size of a layout, notifies the GUI + * and adjusts the cursor confinement box */ +void pcb_board_resize(pcb_coord_t Width, pcb_coord_t Height); + #endif