Fix black border around saved diagrams (WB)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 2 Mar 2016 10:14:36 +0000 (11:14 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:57 +0000 (19:29 +0100)
commitf07645e8072722cff2ba3f2ce3a762fc22765dfc
tree4b0b829728d083b7be25cde9e29e3c6452f472aa
parent2185e1a810176b9d35911045d876513fa86b5dc2
Fix black border around saved diagrams (WB)

The 'Save as Diagram' function of WinBoard produced bitmaps with a black
border, because the buffer bitmap used for drawing the board (which was
flushed to file to create the diagram) had a size larger than the board,
including somemargins of the main window. Now we copy it to a board-sized
bitmap first, and flush that.
winboard/winboard.c