X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=91270dd42a1530c8db7af3b16e707e9aab7cf4a0;hb=8baea05c6e9e63f8b1b57891b67b5ac0e1961b81;hp=acfb8f779c5b6f6c092bbd6abdf57ebab1370f17;hpb=50ffaff1de1b05f1bf76dd842e734eff2974afd4;p=xboard.git diff --git a/args.h b/args.h index acfb8f7..91270dd 100644 --- a/args.h +++ b/args.h @@ -354,6 +354,7 @@ ArgDescriptor argDescriptors[] = { { "autocomm", ArgTrue, (void *) &appData.autoComment, FALSE, INVALID }, { "xautocomm", ArgFalse, (void *) &appData.autoComment, FALSE, INVALID }, { "-autocomm", ArgFalse, (void *) &appData.autoComment, FALSE, INVALID }, + { "autoCreateLogon", ArgBoolean, (void *) &appData.autoCreateLogon, TRUE, (ArgIniType) FALSE }, { "autoObserve", ArgBoolean, (void *) &appData.autoObserve, TRUE, (ArgIniType) FALSE }, { "autobs", ArgTrue, (void *) &appData.autoObserve, FALSE, INVALID }, { "xautobs", ArgFalse, (void *) &appData.autoObserve, FALSE, INVALID },