Fix re-appearing of board markers
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 8 Oct 2013 17:54:23 +0000 (19:54 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 22 Dec 2013 22:32:05 +0000 (23:32 +0100)
commitca959d6ae1c8b3b46ba50e7b9982b47037eae573
tree7eafead508602f40b6427ad43c0c30058ba2c0a0
parentda8802ac4d06115296e0f8ba955ecf5570741d08
Fix re-appearing of board markers

The board markers could reappear after a machine move, after the already
had been cleared at the end of the previous user move. This because
HoverEvent() could restore them from the copy it keeps during hovering.
Now clearing of the board markers also clearse baseMarker[][], which had to
be made a global for that purpose.
backend.c