Fix game end during dragging
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 May 2010 08:32:19 +0000 (10:32 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 May 2010 20:49:18 +0000 (22:49 +0200)
commit2c35298bc21162cfb3c1d7f012e5d632bc5e2725
treea1ec51262a941fb9868500e8ce8836c99f2ec013
parente7419db9b1c542d1ca0b825cdfc0032a4ba39188
Fix game end during dragging

The stale-first-click fix interfered with proper handling of a piece
being dragged when a game suddenly ended (because of opponent resign,
or caling the flag), because up-clicks when the from-square was reset
were completely ignored. Now such an 'unmatched' upclick calls
DragPieceEnd() and redraws the board.
backend.c