X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=b29daa776f6a443b2d5be8a7dcffaf64281d7528;hb=919bb8ce56406c6059ec9d3221d1bc96ad388d1c;hp=713e2ab5801ce9e56f8b8e5116a018ca77aa6b27;hpb=d53dbc347ca0d3c670813bfc4b23fdf8233482b8;p=xboard.git diff --git a/args.h b/args.h index 713e2ab..b29daa7 100644 --- a/args.h +++ b/args.h @@ -713,6 +713,7 @@ ArgDescriptor argDescriptors[] = { { "keepLineBreaksICS", ArgBoolean, (void *) &appData.noJoin, TRUE, INVALID }, { "wrapContinuationSequence", ArgString, (void *) &appData.wrapContSeq, FALSE, INVALID }, { "useInternalWrap", ArgTrue, (void *) &appData.useInternalWrap, FALSE, INVALID }, /* noJoin usurps this if set */ + { "openCommand", ArgString, (void *) &appData.sysOpen, FALSE, "xdg-open" }, // [HGM] placement: put all window layouts last in ini file, but man X,Y before all others { "minX", ArgZ, (void *) &minX, FALSE, INVALID }, // [HGM] placement: to make sure auxiliary windows can be placed