X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=62086db8a680273efca474a9c0eec00185d5e727;hb=9384069316e400042076bd749ba0c6e0b07427fa;hp=1780f3b09290b3593d3f6b9495e3f2c54fad55ba;hpb=8650c257cc9fcbbe4daaf1f3fff2b87bb53f5c3f;p=xboard.git diff --git a/common.h b/common.h index 1780f3b..62086db 100644 --- a/common.h +++ b/common.h @@ -566,6 +566,7 @@ typedef struct { char *zippyVariants; int zippyMaxGames; int zippyReplayTimeout; /*seconds*/ + int zippyShortGame; /* [HGM] aborter */ #endif char *serverMovesName; @@ -592,6 +593,8 @@ typedef struct { Boolean noGUI; /* [HGM] fast: suppress all display updates */ char *firstOptions; /* [HGM] options */ char *secondOptions; + char *fenOverride1; + char *fenOverride2; } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */