X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=b45fcf1fee8f5ab07c1238b6dc0bb713a313f435;hb=f29ff21f23c2a22fc55e14ba48c53d704c22289d;hp=08d45e52ecf429f52eeb5999cdeaffec55bb1435;hpb=d9f4b584106f4d7477158476ff792f6fa0b2630a;p=xboard.git diff --git a/common.h b/common.h index 08d45e5..b45fcf1 100644 --- a/common.h +++ b/common.h @@ -533,6 +533,8 @@ 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 useBitmaps; + Boolean useFont; char * liteBackTextureFile; /* Name of texture bitmap for lite squares */ char * darkBackTextureFile; /* Name of texture bitmap for dark squares */ int liteBackTextureMode; @@ -667,6 +669,7 @@ typedef struct { char *participants; int tourneyType; int tourneyCycles; + int seedBase; Boolean roundSync; Boolean cycleSync; } AppData, *AppDataPtr;