Conditionally replace 'other-window' fonts on sizing
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 6 Apr 2016 12:25:19 +0000 (14:25 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:58 +0000 (10:24 +0200)
commitbf5b3665f905ef0c595b2eed408b9798e409a21d
tree5b2dac8fc286c9bd5c3f1ff8cbb52767d7cf3a24
parent88a788118a6c2a024d3a3dc42105ca0335f6812f
Conditionally replace 'other-window' fonts on sizing

Fonts not used in the main window (i.e. other than clock, coord and
message) are now also adjusted on sizing, but not when this would
mean replacing an explicitly specified font by a default one.
If we size to a boardSize for which a font was specified earlier,
we always switch to the latter, and if we were merely using the
default font for the old size we switch to the default font for
the new size rather than keeping it.
gtk/xboard.c