Add extra font field to Option struct
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 21 Sep 2014 14:10:19 +0000 (16:10 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 28 Sep 2014 20:14:27 +0000 (22:14 +0200)
commit959078d28a10387d4583f8bd2f46d52a799065d3
tree20c98e6ec7fdb23dadfeca0b848fd81e3bc0a52f
parent0e604fd62231e9375a446a4891efa1ede735f4d2
Add extra font field to Option struct

Storing the font in the textValue field was too kludgy, as this field
is already heavily used in the various Option types, for storing handles,
or defining colors and callbacks. A 'font' field is now added at the end,
so that it can be optionally initialized in the rare case it is needed.
backend.h
dialogs.c
dialogs.h
gtk/xoptions.c
nengineoutput.c
ngamelist.c
nhistory.c