Repair in WinBoard what the XBoard PromoDialog broke
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 26 Jan 2010 17:35:31 +0000 (18:35 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 7 Feb 2010 01:36:31 +0000 (17:36 -0800)
commit91d449673b904139f4bbce9e9206c161a6a9b488
treebba42b24c45551fd130b99e81ef217acb9bd6208
parentdd5cb5a354036d69172eeec2dd5c0cbb49b5c2c8
Repair in WinBoard what the XBoard PromoDialog broke

Because the back-end dummy PromoDialog was removed, and its function
taken over  by a front-end working version in XBoard, WinBoard needed to
supply its own front-end. So the old back-end dummy was moved to
winboard.c. The code to suppress some upclicks, which is now only needed
in WinBoard because it still uses pseudo-popups, was put in the mouse
handler.
backend.c
winboard/winboard.c