Add -installTheme option
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 29 Feb 2016 11:53:57 +0000 (12:53 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 29 Feb 2016 11:53:57 +0000 (12:53 +0100)
commita13a40c2ccee745fd430eb226353c866a1f9ca69
tree580e656b26e8e6039d16e9f9eda55265c49cbbee
parent0c319b0184e2b431cbf381096e1849f23053cad6
Add -installTheme option

A new option of type ArgInstall is added, which will add its argument
to the -themeNames list (under the usual restriction it is not already
in there, and that it was not seen before). By appending such a (time-
stamped) option to the master settings file with -addMasterOption,
newly installed themes can be made to trickle their way into the user's
private settings file. All the theme package has to is call XBoard with
the applicable -addMasterOption "-installTheme ...." arguments in its
install script, and copy any associated files to XBoard's datadir.
args.h