Make XBoard grant- and revoke-rights buttons work
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 27 Jan 2010 12:19:05 +0000 (13:19 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 7 Feb 2010 01:36:31 +0000 (17:36 -0800)
commit0332dbee9a4458560fe2c35aef0356cabca2bebc
tree80ef73b7c00fb0dcf0a133a0c926d5370eba0b1f
parentc4496428798ac21f23320ce52f038afced3e43cb
Make XBoard grant- and revoke-rights buttons work

The buttons in the new promotion popup to specify castling rights are
now fully operational. A new ChessSquare enum code 'GrantRights' was
added to transmit the instruction. ('NoRights' was used for revoking
the rights.)
backend.c
common.h
xpromo.c