Verify if font-spec looks like one in Xaw
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 4 Sep 2014 20:57:07 +0000 (22:57 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 4 Sep 2014 20:57:07 +0000 (22:57 +0200)
commitacd8b8e897a59954fdcaa8ab9d55af4b9c290778
treed113fe0760f12c110d4948fd7c1a7bf95986b65d
parentbf20302f6fa856f6c2d3f3feb5dfbf3fd1ab9652
Verify if font-spec looks like one in Xaw

To make XBoard resistant to mixed use of Xaw and GTK builds, which
would not understand each others font specs stored in the settings
file (they have in common), we now determine if the value looks like
an X-font. If it doesn't, the Xaw version ignores it. The GTK build already
ignored it if it did lool like an X-font spec.
xaw/xboard.c