Automatically adapt board format to FEN
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 7 Sep 2013 21:47:42 +0000 (23:47 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 22 Dec 2013 22:06:50 +0000 (23:06 +0100)
commitf75d0a5c5ff9825398ac4b11644d4cb8c14252a6
tree0cc0267866f828f32bf69a5471110e90b86ee898
parent266cb250971712515fd6dc3e6701779a6036ce1f
Automatically adapt board format to FEN

In some situations (such as loading a game or poition) the board-size
overrules are directly set to the values that can be deduced from the FEN.
The routine ParseFEN() has an extra parameter autoSize to control that.
backend.c
backend.h
gamelist.c
winboard/wclipbrd.c