X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=693877ef3cbbb1f922faf5864ac5b1a5d2a4264b;hb=c4df31e43879285ac16fc47f429d2ccd2aa0019f;hp=c0e569b43c072cb1d75245ee23770d1b706a2c0f;hpb=a2724ace243e91f45310697eafaafe8d44245242;p=xboard.git diff --git a/args.h b/args.h index c0e569b..693877e 100644 --- a/args.h +++ b/args.h @@ -609,6 +609,10 @@ ArgDescriptor argDescriptors[] = { { "icstype", ArgInt, (void *) &ics_type, FALSE, INVALID }, { "forceIllegalMoves", ArgTrue, (void *) &appData.forceIllegal, FALSE, INVALID }, { "showTargetSquares", ArgBoolean, (void *) &appData.markers, TRUE, FALSE }, + { "firstPgnName", ArgString, (void *) &appData.pgnName[0], FALSE, (ArgIniType) "" }, + { "fn", ArgString, (void *) &appData.pgnName[0], FALSE, INVALID }, + { "secondPgnName", ArgString, (void *) &appData.pgnName[1], FALSE, (ArgIniType) "" }, + { "sn", ArgString, (void *) &appData.pgnName[1], FALSE, INVALID }, #if ZIPPY { "zippyTalk", ArgBoolean, (void *) &appData.zippyTalk, FALSE, (ArgIniType) ZIPPY_TALK },