X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=9a4c2c4a94db1d147c6b7467ccc753f78d2801e0;hb=b7d432d602d69135339ccd577812b1c3e1c13996;hp=0136a006d7189e3938ea11ff4fa85d0fd82d319c;hpb=2f0884e0846edf141d42ea2d5e3fcbc6949f50f6;p=xboard.git diff --git a/common.h b/common.h index 0136a00..9a4c2c4 100644 --- a/common.h +++ b/common.h @@ -559,6 +559,7 @@ typedef struct { Boolean flipView; Boolean autoFlipView; char *cmailGameName; /* xboard only */ + Boolean moveTime; Boolean headers; Boolean alwaysPromoteToQueen; Boolean oldSaveStyle; @@ -645,6 +646,7 @@ typedef struct { Boolean scoreIsAbsolute[ENGINES]; /* If true, engine score is always from white side */ Boolean saveExtendedInfoInPGN; /* If true, saved PGN games contain extended info */ Boolean hideThinkingFromHuman; /* If true, program thinking is generated but not displayed in human/computer matches */ + Boolean cumulativeTimePGN; /* If true, times saved in PGN extended info is time left on clock */ Boolean useBitmaps; Boolean useFont; Boolean useBorder;