Let message field and button bar use GTK -messageFont
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 9 Sep 2014 19:43:39 +0000 (21:43 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 9 Sep 2014 19:43:39 +0000 (21:43 +0200)
commite677df018f76f76bace476a381866294282e9f3f
tree32bf53a263f4b17ead1ccf619517c8f2ca1501fa
parent851f1a95960b259694be062409459d1bed39c787
Let message field and button bar use GTK -messageFont

The -messageFont spec (using the default coordFont pixel size, like the
others) is now used to modify the fonts of message field and buttons
in the button bar. They pass a pointer to the appData font variable in
their Option's textField. This conflicts with the use of this field in
buttons for specifying a color, as done in the New Variant buttons.
This is resolved by checking if the first byte of the pointed-to value
is a #. The Xaw version must ignore the textField if it does not
specify a color.
dialogs.c
gtk/xboard.c
gtk/xoptions.c
xaw/xoptions.c