Solve WinBoard name clashes, fix zippy-analyze menu graying
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 08:39:12 +0000 (10:39 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 08:46:46 +0000 (10:46 +0200)
commit7c9ee0544821f7981792be03e90ba15e9a8aeada
treef1b593bd4e869170b4fcdf7869dfa35bd02bfdf8
parent76a31cef74e7f1f84d9d3c0b76971ca1633321cf
Solve WinBoard name clashes, fix zippy-analyze menu graying

Some of the function names used in the refactored X11 front-end collided
with Windows system names from winboard.h, or with names of internal routines
in WinBoard front-end files (so they could not be declared in frontend.h).
These were renamed. Some prototypes in engineoutput.h contained X11 types,
and they were moved to xboard.h.
  In addition, two menu-item names were corrected to two-part names.
dialogs.c
engineoutput.h
frontend.h
menus.c
nengineoutput.c
usounds.c
winboard/winboard.c
xboard.c
xboard.h
xengineoutput.c