X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=bbaa0345176960917938edd0c6754701372d5850;hb=572bad417b741d8d7c135258fe25b26e715ab439;hp=0136a006d7189e3938ea11ff4fa85d0fd82d319c;hpb=c1d1ad880f230c340839df52e61c822896a739e4;p=xboard.git diff --git a/common.h b/common.h index 0136a00..bbaa034 100644 --- a/common.h +++ b/common.h @@ -645,6 +645,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;