Make switching between board windows absolute
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 18 Feb 2013 08:59:48 +0000 (09:59 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 18 Feb 2013 08:59:48 +0000 (09:59 +0100)
commitb737badf310f917fb0f7d5657fe7418aa4a8e401
tree79738df3b7828bfc797b629157ce8a3d625a47f6
parent23c0146ff1976cb3277da755b0c8532e3068d21f
Make switching between board windows absolute

Selecting the window in which to draw the board when the slave board for
-dualBoard was up was done by a toggle. For unknown reason this could cause
a situation where the drawing took place in the other window than the
intended one. The code is made more robust by explicitly specifying which
window to draw in, based on the partnerUp flag.
board.c
board.h
draw.c