Suppress background observe for boards with own game number
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 26 Mar 2010 20:16:52 +0000 (21:16 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 27 Mar 2010 18:37:27 +0000 (11:37 -0700)
commitee4ddd563d4ed12d520ecdd2914b553d52345600
tree9272b662721872c6cb3d1ee3fe1429692244dd87
parent3e0b95b9aa551c36024c8d390611f1c1db6375e2
Suppress background observe for boards with own game number

This is really a work-around for an ICS bug. The Variant-ICS sent the
initial board of a game in a move list with relation = 0, which means
'observed'. So XBoard was thinking it was observing its own game, and
switched to dual board. It seems harmless to suppress such a switch for
all boards of your own game, however, which is now done.
backend.c