fix for bug #27826: fixed autoDisplayComment
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 27 Oct 2009 22:32:07 +0000 (15:32 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 27 Oct 2009 22:32:07 +0000 (15:32 -0700)
commitd7ba1f9301bde533d4eaf67586922a7b7ab30ce8
tree8386a0d24295f49259ca295cf69204f23d5899bd
parent365074491242f8c2ddb6cdd387908c20419a6b4a
fix for bug #27826: fixed autoDisplayComment

apparently the -autoDisplayComment option was not working,
not even in WinBoard. This patch should fix it,both for WB and XB.
(Unfortunately xboard.c and winboard.c were using a different name
for the same front-end variable I needed, so I had to change one of them.)
backend.c
frontend.h
winboard/winboard.c