X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=32350ba2f0b9019be4bf43572725bfb5ba781664;hb=c69beebf3decbe67eb92beab56bbc34c41c39831;hp=858ee44eb54be9825a6318d8e0d1fa3cec432fea;hpb=d9f4b584106f4d7477158476ff792f6fa0b2630a;p=xboard.git diff --git a/args.h b/args.h index 858ee44..32350ba 100644 --- a/args.h +++ b/args.h @@ -563,6 +563,8 @@ ArgDescriptor argDescriptors[] = { { "defaultPathEGTB", ArgFilename, (void *) &appData.defaultPathEGTB, TRUE, (ArgIniType) "c:\\egtb" }, { "language", ArgFilename, (void *) &appData.language, TRUE, (ArgIniType) "" }, { "userFileDirectory", ArgFilename, (void *) &homeDir, FALSE, (ArgIniType) installDir }, + { "usePieceFont", ArgBoolean, (void *) &appData.useFont, TRUE, (ArgIniType) FALSE }, + { "useBoardTexture", ArgBoolean, (void *) &appData.useBitmaps, TRUE, (ArgIniType) FALSE }, // [HGM] tournament options { "tourneyFile", ArgFilename, (void *) &appData.tourneyFile, FALSE, (ArgIniType) "" },