Fix flipBlack option XBoard with board texture
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 26 Feb 2011 20:12:08 +0000 (21:12 +0100)
committerArun Persaud <apersaud@lbl.gov>
Sun, 27 Feb 2011 18:59:44 +0000 (10:59 -0800)
commit554e83e0e983b4146d5424be557eaaf6e09ad1b5
treea1998153b8db2ee090ffac0af085fb2bcdfaad3f
parent3f6b099b65718c49d05cf803ab74f9994d00b12b
Fix flipBlack option XBoard with board texture

In XBoard -flipBlack is implemented by swapping white and black pieces,
because the Shogi bitmaps from XShogi are made that way. But the mask
used to cut out the whole in the board texture to fit the piece was not
swapped, both when drawing static pieces, as well as during animation.
xboard.c